menu
struct_data package
documentation
bits/bits.dart
Bits
withBitsAt method
withBitsAt method
dark_mode
light_mode
withBitsAt
method
Bits
withBitsAt
(
int
offset
,
int
width
,
int
value
)
Implementation
Bits withBitsAt(int offset, int width, int value) => withBits(Bitmask.bits(offset, width), value);
struct_data package
documentation
bits/bits
Bits
withBitsAt method
Bits extension type