get_bit_unchecked

Function get_bit_unchecked 

Source
pub unsafe fn get_bit_unchecked(buf: *const u8, index: usize) -> bool
Expand description

Get the bit value at index out of buf without bounds checking

ยงSafety

index must be between 0 and length of buf