BitArray
class BitArray
A simple, fast array of bits, represented compactly by an array of ints internally.
Functions
Link copied to clipboard
Link copied to clipboard
Appends the least-significant bits, from value, in order from most-significant to least-significant. For example, appending 6 bits from 0x000001E will append the bits 0, 1, 1, 1, 1, 0 in that order.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard