https://github.com/vthang95/panex
An utility library for elixir
https://github.com/vthang95/panex
elixir utilities
Last synced: 4 months ago
JSON representation
An utility library for elixir
- Host: GitHub
- URL: https://github.com/vthang95/panex
- Owner: vthang95
- Created: 2018-03-07T10:03:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T06:16:46.000Z (over 8 years ago)
- Last Synced: 2025-10-24T03:43:29.223Z (8 months ago)
- Topics: elixir, utilities
- Language: Elixir
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Panex
**TODO: Add description**
## Installation
[Documentation is available in Hex](https://hexdocs.pm/panex), the package can be installed
by adding `panex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:panex, "~> 0.1.0"}
]
end
```
# Roadmap
## Colection
- [x] intersection
- [x] initial
- [x] compact
- [x] reject
- [x] difference_by
- [x] drop_right_while
- [x] fill
- [x] from_pairs
- [x] 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
- [x] atomize_key
- [x] stringify_key
...
## String
- [x] camel_key
- [x] kebab_key
- [x] substring_index
- [x] truncate
- [ ] deburr
...
## Function
...
## Date
...
## Math
...