Function symphonia_core::util::bits::mask_lower
source · pub fn mask_lower(idx: u32) -> u8
Expand description
Masks all bits with an index less than idx.
pub fn mask_lower(idx: u32) -> u8
Masks all bits with an index less than idx.