Skip to main content

Module domain

Module domain 

Source
Expand description

Per-dimension closed interval [lo, hi].

Stored on each crate::schema::DimSpec. The interval is closed on both ends — a coordinate c is in-domain iff lo <= c <= hi.

Structs§

Domain
Closed [lo, hi] interval over a single dimension.

Enums§

DomainBound
Typed domain bound. Variant tag must match the dim’s type.