fn get(bytes: []const u8, index: usize, bit_offset: u7) Int
[src]
Retrieves the integer at index
from the packed data beginning at bit_offset
within bytes
.
fn get(bytes: []const u8, index: usize, bit_offset: u7) Int
Retrieves the integer at index
from the packed data beginning at bit_offset
within bytes
.