Skip to main content

Module fixed_array

Module fixed_array 

Source
Expand description

Holds the definition of FixedArray.

Structs§

ConstBuffer
This struct allows for iterating over a fixed-length blocks of arrays, given a big chunk of arbitrary length array.
ConstBufferer
A helper struct for buffering the data in ConstBuffer.
ConstFixedArray
A fixed-capacity array. This type is a const (as in: compile time) analogue of FixedArray.
FixedArray
A fixed-capacity array. This type is similar to DynamicArray, except its capacity is fixed at compile time, and doesn’t change at runtime.