Bytes Bit Array
Constructors
Link copied to clipboard
Size of array in bytes. For example BytesBitArray(2) creates BytesBitArray with 16 elements
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun fulled(value: Boolean, startIndex: Int, endIndex: Int): MutableBitArray
Content copied to clipboard
Creates new array, and then set value to all indexes betweeb startIndex and endIndex. Then return result
Link copied to clipboard
Creates copy of this array, then inverts all bits and returns result
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard