Module array

Module array 

Source
Expand description

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

Structsยง

BitReclaimMap
This is an IndexMap that additionally tracks which indices are occupied through a bitset.
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.