typed-objects-es7
typed-objects-es7 copied to clipboard
Bitfield support
Hello. I suggest to add bitfields support of ES7 typed objects.
{ // form bitfield block of uint8
x: uint8_bitfield(4),
y: uint8_bitfield(4)
}