Skip to main content

Module array

Module array 

Source
Expand description

Custom array types

Structs§

ComputedArray
An array whose items size is not known at compile time.
VarLenArray
An array of items of non-uniform length.

Functions§

get_pair 🔒
Helper to retrieve a pair of items from a slice, returning an error if the second index overflows or if either index is out of bounds.