Type Alias rerun::external::nohash_hasher::IntSet
pub type IntSet<T> = HashSet<T, BuildHasherDefault<NoHashHasher<T>>>;
Expand description
Aliased Type§
struct IntSet<T> { /* private fields */ }
pub type IntSet<T> = HashSet<T, BuildHasherDefault<NoHashHasher<T>>>;
struct IntSet<T> { /* private fields */ }