gausplat_loader::collection::indexmap

Type Alias IndexSet

source
pub type IndexSet<T, S = RandomState> = IndexMap<T, (), S>;
Expand description

A hash set where the iteration order of the values is independent of their hash values.

This is an alias of IndexMap with empty values.

Aliased Typeยง

struct IndexSet<T, S = RandomState> { /* private fields */ }