https://github.com/mrroot5/elixir-integeres-to-integer-types
Split a list of integers into a keyword list of the same numbers ordered by positive, negative or zeros.
https://github.com/mrroot5/elixir-integeres-to-integer-types
Last synced: 19 days ago
JSON representation
Split a list of integers into a keyword list of the same numbers ordered by positive, negative or zeros.
- Host: GitHub
- URL: https://github.com/mrroot5/elixir-integeres-to-integer-types
- Owner: mrroot5
- License: mit
- Created: 2022-04-02T20:05:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T20:09:42.000Z (about 4 years ago)
- Last Synced: 2025-02-26T21:45:10.815Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elixir-integeres-to-integer-types
Split a list of integers into a keyword list of the same numbers ordered by positive, negative or zeros.
## TODO
* Add examples to docs.
* Add testing: doctest?.
* Split module from execution code example.