Expand description
Utility traits and types.
Traits§
- Into
Segment - Conversion methods to create a
Segment
from aElement
. - Range
Ops - Convenient interval comparisons.
Type Aliases§
- HashMap
- Alias of
std::collections::HashMap
withRandomState
replaced by a deterministic default hasherXxHash64
. Determinism is important during composition rendering for reproducibility with seeds. - HashSet
- Alias of
std::collections::HashSet
withRandomState
replaced by a deterministic default hasherXxHash64
. Determinism is important during composition rendering for reproducibility with seeds.