Expand description
Packed datastructure in no_std with self referential indexing.
See Packo.
Structs§
- Packo
- Create a packed structure Packo (array of
Ts) with self referential indexes. - Packo
IdxIterator - Iterator based on [IDX].
- Packo
Iterator - Default iterator for Packo.
- Packo
Siblings IdxIterator - Iterator for Packo siblings but yields the [IDX] only.
- Packo
Siblings Iterator - Iterator for Packo siblings.