stackcats / collections

A library provides efficient implementations of the most common general purpose programming data structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collections

Unit Test

Installation

The package can be installed by adding collections to your list of dependencies in mix.exs:

def deps do
  [
    {:collections, "~> 0.2.1"}
  ]
end

About

A library provides efficient implementations of the most common general purpose programming data structures.

License:MIT License


Languages

Language:Elixir 100.0%