logo

Type Definition bio::alignment::sparse::HashMapFx

source · []
pub type HashMapFx<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;