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§
- Fixed
Bound - Same as Bound but without exclusive bounds
Traits§
- Fixed
Range Bounds - Same as RangeBounds but without exclusive bounds
- Index
Range Ext - Extension trait for getting index ranges