API Reference Arrays v2.0.0
Modules
Well-structured Arrays with fast random-element-access for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your configuration.
This module is only interesting for people wanting to implement their own array datatype.
Wraps the Erlang :array
module.
An array implementation based on the built-in Map structure.
This protocol is implemented by all array types.