LongsBitArray

fun LongsBitArray(longSize: Int)

Size of array in bytes. For example LongsBitArray(2) creates BytesBitArray with 128 elements


fun LongsBitArray(data: LongArray)