[go: up one dir, main page]

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