Function symphonia_core::util::bits::contains_ones_byte_u32
source · pub fn contains_ones_byte_u32(value: u32) -> bool
Expand description
Returns true if the unsigned 32-bit integer contains one or more bytes which have all bits set.