fn init(bytes: []u8, int_count: usize) Self

Initialize a packed slice using the memory at bytes, with int_count elements. bytes must be large enough to accommodate the requested count.

Parameters

bytes: []u8,
int_count: usize,