Pack Booleans #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With this type, it packs the buttons compound type into 10 bytes instead of the preferable 2 bytes, or even 1.25 (though this would probably be much slower). Could you change this? I didn't see any plans for backwards-compatibility in the spec.
Hello @leo60228 ,
Currently you can implement this yourself on top of this lib, using a Buffer and them extracting the bits:
We could implement a 'bit' type in the future that could group multiple fields into a single byte, but this isn't straight forward as it seems at first.