pub type Key16<B = HeapNullBitmap> = FixedSizeKey<2, B>;Aliased Type§
pub struct Key16<B = HeapNullBitmap> {
hash_code: HashCode<XxHash64Builder>,
key: [u8; 2],
null_bitmap: B,
}Fields§
§hash_code: HashCode<XxHash64Builder>§key: [u8; 2]§null_bitmap: B