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