bitArrayOfSize

Allocates a new BitArray of given count.

pure
BitArray
bitArrayOfSize
(
ulong count
)

Parameters

count ulong

The amount of bits in the BitArray

Return Value

Type: BitArray

The new BitArray

Meta