menu
struct_data package
documentation
bits/bits.dart
Bits
withBytesAt method
withBytesAt method
dark_mode
light_mode
withBytesAt
method
Bits
withBytesAt
(
int
index
,
int
size
,
int
value
)
Implementation
Bits withBytesAt(int index, int size, int value) => withBits(Bitmask.bytes(index, size), value);
struct_data package
documentation
bits/bits
Bits
withBytesAt method
Bits extension type