pub fn is_set(byte: u8, i: usize) -> bool
Expand description

Returns whether bit at position i in byte is set or not