neoneo-go/pkg/util/bitfield
Roman Khimov a6e25cffde bitfield: add basic bit field package
Strange as it is but I wasn't able to find any good bit field
implementation. Most of them are limited to 64 bits, some allow for wider
values (like https://github.com/emef/bitfield) but even they're not that
efficient (using bytes instead of wider types). This this minimalistic thing.
2021-02-09 22:31:26 +03:00
..
bitfield.go bitfield: add basic bit field package 2021-02-09 22:31:26 +03:00
bitfield_test.go bitfield: add basic bit field package 2021-02-09 22:31:26 +03:00