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: DynIdThe unique identifier for this index.
dim: usizeThe dimension (size) of this index.
plev: i64The prime level of this index.
The tag set associated with this index.