FList
TODO:
- make this impelment more “Elixir” and more functional
- add more protocal support for the Enumerable and Colletable
remove the FTest module and rewrite it with a more “Elixir” way- build the ExDoc for this implement
add Acknowledging and explanations to the source fileadd Access behavior.
Installation
If available in Hex, the package can be installed
by adding flist to your list of dependencies in mix.exs:
def deps do
[{:flist, "~> 0.1.0"}]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/flist.