type Layer2<'k, 'v> = KeyValueBucketArray<'k, 'v, 256, 336, u16, u32, u32, u32>;Expand description
Final layer maps the (N/2 == 30 bits) residual hash sum to packed
Layer1Collision. Key remainder is 22 bits.
Aliased Type§
struct Layer2<'k, 'v>(BucketArrayPair<'k, 'v, 256, 336, u16, u32, u32>, PhantomData<u32>);Tuple Fields§
§0: BucketArrayPair<'k, 'v, 256, 336, u16, u32, u32>§1: PhantomData<u32>