fn set(bytes: []u8, index: usize, bit_offset: u3, int: Int) void
[src]
Sets the integer at index
to val
within the packed data beginning at bit_offset
into bytes
.
fn set(bytes: []u8, index: usize, bit_offset: u3, int: Int) void
Sets the integer at index
to val
within the packed data beginning at bit_offset
into bytes
.