Crate fera_array

source ·
Expand description

Traits for array like structs and some 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