[][src]Crate normalize_interval

Provides a basic bounded interval type for doing complex set selections.

Re-exports

pub use crate::bound::Bound;
pub use crate::interval::Interval;
pub use crate::selection::Selection;

Modules

bound

Provides a bound type for intervals.

interval

Provides an interval type for doing set selection and iteration.

normalize

Provides an interval type for doing set selection and iteration.

selection

Provides a set of possibly noncontiguous intervals.