Function mask_range
pub fn mask_range(upper: u32, lower: u32) -> u8 ⓘ
Available on crate feature
dep_symphonia
only.Expand description
Masks out all bits in positions less than upper, but greater than or equal to lower (upper < bit <= lower)