Expand description
Adapted from: StackMap
A zero-allocation sorted array data structure, similar to SmallVec.
Structsยง
- Sorted
Array - A constant-size, zero-allocation associative container based on a sorted array.
- Sorted
Array Entry - Simple entry type containing a key and a value