API Reference Aja v0.1.2
Modules
Convenience macros to work with Aja's data structures.
A wrapper of erlang's :array
module offering an
elixir-friendly API and interoperability.
Exclusive ranges are an exact copy of regular ranges (see Range
),
except that they exclude the second parameter.
Some extra helper functions for working with integers,
that are not in the core Integer
module.
A Map preserving key insertion order, with efficient lookups and updates.
Convenience helpers for working with {atom, value}
tuples without breaking the pipe.
A Red-Black tree implementation of a map. It keeps keys sorted in ascending order.
A Red-Black tree implementation of a set. It keeps elements sorted in ascending order.