decrease_last_offset

Function decrease_last_offset 

Source
pub fn decrease_last_offset(
    first_offset: usize,
    last_offset: usize,
    count: usize,
) -> usize
Expand description

Decreases the last offset of a range without ever going behind the first offset.