type TempMem = BucketArrayMemory<128, 12, u16>;Expand description
Temporary value hash for resolving collisions between buckets.
This removes 7 bits of key between each of the other layers.
Value type may hold a SolutionItem or a temporary item-in-bucket index.
Aliased Type§
struct TempMem([[MaybeUninit<u16>; 12]; 128]);Tuple Fields§
§0: [[MaybeUninit<u16>; 12]; 128]