fn slice(bytes: []u8, bit_offset: u3, start: usize, end: usize) PackedIntSliceEndian(Int, endian)

Provides a PackedIntSlice of the packed integers in bytes (which begins at bit_offset) from the element specified by start to the element specified by end.

Parameters

bytes: []u8,
bit_offset: u3,
start: usize,
end: usize,