Skip to main content

checked_range_end

Function checked_range_end 

Source
pub fn checked_range_end(
    offset: usize,
    len: usize,
) -> Result<usize, DecodeError>
Expand description

Computes the end offset for a decoded range and rejects overflow.