Function git_chunk::into_usize_range[][src]

pub fn into_usize_range(_: 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.