get_bit

Function get_bit 

Source
pub fn get_bit(data: &[u8], i: usize) -> bool
Expand description

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