void set(int offset, int value) { _filled(offset); _buffer._bytes[offset] = value & BinaryOps.mask8; }