pub type FnvIndexMap<K, V> = IndexMap<K, V, FnvBuildHasher>;
pub struct FnvIndexMap<K, V> { /* private fields */ }