strip_leading_ones

Function strip_leading_ones 

Source
pub(crate) fn strip_leading_ones(bytes: &[u8]) -> &[u8] 
Expand description

Strip the leading all-ones bytes from the given byte slice.