Trait checked_array::misc::RangeBoundsExt [−][src]
An extension to the range bounds trait
Required methods
fn into_absolute(self, default_start: T, default_end: T) -> Option<Range<T>>[src]
Computes an absolute range from self using default_start and default_end as hints if the range is
(partially) open
Implementors
impl<T> RangeBoundsExt<usize> for T where
T: RangeBounds<usize>, [src]
T: RangeBounds<usize>,