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.