kernel
0.1.0
Module array
Module Items
Structs
In kernel::
mem
kernel
::
mem
Module
array
Copy item path
Source
Expand description
This module implements static and dynamic arrays for in-kernel use.
Structs
ยง
Index
Map
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.