Skip to main content

get_bit

Function get_bit 

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

Get the bit value at index out of buf.

ยงPanics

Panics if index is not between 0 and length of buf * 8.