Function git_chunk::range::into_usize

source ·
pub fn into_usize(_: Range<Offset>) -> Option<Range<usize>>
Expand description

Turn a u64 Range into a usize range safely, to make chunk ranges useful in memory mapped files.