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