TODO: Add description
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"}
]
end- 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 ...
- atomize_key
- stringify_key ...
- camel_key
- kebab_key
- substring_index
- truncate
- deburr ...
...
...
...