Expand description
Traits for array like structs and some implementations.
Modules§
- shift
- Implementations of
Splitusing bit shift.
Structs§
- Balanced
Shift Split - Iter
- An iterator over
Array. - Nested
Array - An
Arrayimplemented as an array of arrays. - Prefixed
Array - This is used as starting point to implement other types. See for example the code for
RcArray. - RcArray
- A reference-counted pointer to an array.
- Sqrt
Split - VecArray
Traits§
- Array
- A simple trait for array like structs.
- Dynamic
Array - A simple trait for a dynamic array like struct.
- Prefixed
Array Info - Split
- Describe how to split the indices for a
NestedArray.