pub fn is_bitflagged(byte: u8, position: u8) -> bool
Return whether a bit at the given position is 1 or not.
1