An open API service indexing awesome lists of open source software.

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.

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.