pub trait KeyBatch<K, H>where
H: BuildHasher,
K: Hash,{
// Required method
fn into_hash_array(self, hasher_builder: &H) -> ([u64; 4], usize);
}Expand description
A batch of keys.
pub trait KeyBatch<K, H>where
H: BuildHasher,
K: Hash,{
// Required method
fn into_hash_array(self, hasher_builder: &H) -> ([u64; 4], usize);
}A batch of keys.