toBitArray

Converts ubyte[] to BitArray.

pure
BitArray
toBitArray
(
const ubyte[] byteArr
)

Parameters

byteArr ubyte[]

The input ubyte[] to convert to a BitArray

Return Value

Type: BitArray

The converted BitArray

See Also

Meta