Function phf_shared::get_index 
source ยท pub fn get_index(hashes: &Hashes, disps: &[(u32, u32)], len: usize) -> u32Expand description
Return an index into phf_generator::HashState::map.
- hashis from- hash()in this crate.
- dispsis from- phf_generator::HashState::disps.
- lenis the length of- phf_generator::HashState::map.