pub type FnvIndexSet<T> = IndexSet<T, FnvBuildHasher>;
pub struct FnvIndexSet<T> { /* private fields */ }