Structs§
- Packed
Memory - A packed memory implementation that uses slices of packed fields.
- Small
Owned Chunk - An in-place storage for the chunk of elements smaller than
P::WIDTH
.
Enums§
- Packed
Memory Slice - Memory slice that can be either a borrowed slice or an owned small chunk (with length <
P::WIDTH
). - Packed
Memory Slice Mut