Module util

Source
Expand description

Utility traits and types.

Traits§

IntoSegment
Conversion methods to create a Segment from a Element.
RangeOps
Convenient interval comparisons.

Type Aliases§

HashMap
Alias of std::collections::HashMap with RandomState replaced by a deterministic default hasher XxHash64. Determinism is important during composition rendering for reproducibility with seeds.
HashSet
Alias of std::collections::HashSet with RandomState replaced by a deterministic default hasher XxHash64. Determinism is important during composition rendering for reproducibility with seeds.