Function is_bitflagged

Source
pub fn is_bitflagged(byte: u8, position: u8) -> bool
Expand description

Return whether a bit at the given position is 1 or not.