Panex
TODO: Add description
Installation
Documentation is available in Hex, the package can be installed
by adding panex to your list of dependencies in mix.exs:
def deps do
[
{:panex, "~> 0.1.0"}
]
endRoadmap
Colection
- intersection
- initial
- compact
- reject
- difference_by
- drop_right_while
- fill
- from_pairs
- last_index_of
- intersection_by
- intersection_with
- execpt (return a list accept some values: f :: [a] -> [a] -> [a])
- take_right
- take_right_while
- take_while
- union
- union_by
- zip_map
- zip_map_with
- count_by
- group_by
- invoke_map
- order_by ...
Map
- atomize_key
- stringify_key ...
String
- camel_key
- kebab_key
- substring_index ...
Function
...
Date
...
Math
...