Expand description
Holds the definition of FixedArray.
Structs§
- Const
Buffer - This struct allows for iterating over a fixed-length blocks of arrays, given a big chunk of arbitrary length array.
- Const
Bufferer - A helper struct for buffering the data in
ConstBuffer. - Const
Fixed Array - A fixed-capacity array. This type is a const (as in: compile time) analogue of
FixedArray. - Fixed
Array - A fixed-capacity array. This type is similar to
DynamicArray, except its capacity is fixed at compile time, and doesn’t change at runtime.