zgrf.bits

Undocumented in source.

Members

Functions

bitArrayOfSize
BitArray bitArrayOfSize(ulong count)

Allocates a new BitArray of given count.

shiftLeft
void shiftLeft(BitArray source, size_t length, size_t numBits, BitArray target)

Shifts the first length bits of the source BitArray by numBits and stores it into the target BitArray.

swapNibbles
void swapNibbles(ubyte[] data)

Swaps the nibbles of the input data.

toBitArray
BitArray toBitArray(ubyte[] byteArr)

Converts ubyte[] to BitArray.

toByteArray
ubyte[] toByteArray(BitArray bitArr)

Converts a BitArray to ubyte[].

Meta