test_bit

Function test_bit 

Source
pub fn test_bit(bitmap: &[u8], bit_index: usize) -> bool
Expand description

Test if a bit is set at the given index