to_range

Function to_range 

Source
pub fn to_range<R: RangeBounds<u64>>(bounds: R) -> Range<u64>
Expand description

Converts a RangeBounds into a concrete Range