API Reference Arrays v1.1.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 specifies the behaviour that all array-types should implement.

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.