pub type PlaceholderIndex = PlaceholderIndex;

Aliased Type§

struct PlaceholderIndex {
    pub ui: UniverseIndex,
    pub idx: usize,
}

Fields§

§ui: UniverseIndex

Index of the universe.

§idx: usize

Index in the universe.