is_highest_bit_set

Function is_highest_bit_set 

Source
fn is_highest_bit_set(bytes: &[u8]) -> bool
Expand description

Is the highest bit of the first byte in the slice set to 1? (if present)