node-bitarray icon indicating copy to clipboard operation
node-bitarray copied to clipboard

Bitarray utility lib for node

Results 2 node-bitarray issues
Sort by recently updated
recently updated
newest added

Bits should be 0 as it's binary of byte 0, but instead it is returned as undefined. ![test](https://cloud.githubusercontent.com/assets/15835800/24336457/6ccbee4e-12ad-11e7-9cc4-7caab92a65f0.png)

- `fill()` appends 0's to the end of the array, instead of prepending. - `octet()` is just shorthand for `fill(8)` so it suffers the same issue. - `fromHex('F0')` returns `[0,...