Skip to main content

DefaultIndex

Type Alias DefaultIndex 

Source
pub type DefaultIndex = Index<DynId, TagSet>;
Expand description

Type alias for the default index type used in random generation.

Aliased Type§

pub struct DefaultIndex {
    pub id: DynId,
    pub dim: usize,
    pub plev: i64,
    pub tags: TagSet,
}

Fields§

§id: DynId

The unique identifier for this index.

§dim: usize

The dimension (size) of this index.

§plev: i64

The prime level of this index.

§tags: TagSet

The tag set associated with this index.