Module array

Source
Expand description

This module implements static and dynamic arrays for in-kernel use.

Structsยง

IndexMap
This is a fixed-size map that can store up to N consecutive elements.
Vec
This is a vector that can store up to N elements inline and will allocate on the heap if more are needed.