Expand description
Functions§
- into_
usize - Turn a u64 Range into a usize range safely, to make chunk ranges useful in memory mapped files.
- into_
usize_ or_ panic - Similar to
into_usize()
, but panics assuming that the memory map couldn’t be created if offsets stored are too high.