Crate batbox_range

Source
Expand description

Extra utilities for working with ranges

Re-exports§

pub use std::ops::Bound;
pub use std::ops::Range;
pub use std::ops::RangeBounds;
pub use std::ops::RangeFrom;
pub use std::ops::RangeFull;
pub use std::ops::RangeInclusive;
pub use std::ops::RangeTo;
pub use std::ops::RangeToInclusive;

Enums§

FixedBound
Same as Bound but without exclusive bounds

Traits§

FixedRangeBounds
Same as RangeBounds but without exclusive bounds
IndexRangeExt
Extension trait for getting index ranges