withBytesAt method

Bits withBytesAt(
  1. int index,
  2. int size,
  3. int value
)

Implementation

Bits withBytesAt(int index, int size, int value) => withBits(Bitmask.bytes(index, size), value);