Module memory

Source

Structs§

PackedMemory
A packed memory implementation that uses slices of packed fields.
SmallOwnedChunk
An in-place storage for the chunk of elements smaller than P::WIDTH.

Enums§

PackedMemorySlice
Memory slice that can be either a borrowed slice or an owned small chunk (with length < P::WIDTH).
PackedMemorySliceMut