Module fera::array

source ·
Expand description

Array traits and implementations.

Modules

Implementations of Split using bit shift.

Structs

An iterator over Array.
An Array implemented as an array of arrays.
This is used as starting point to implement other types. See for example the code for RcArray.
A reference-counted pointer to an array.

Traits

A simple trait for array like structs.
A simple trait for a dynamic array like struct.
Describe how to split the indices for a NestedArray.

Type Definitions