BooleanVector

constructor(booleans: Collection<Boolean>)(source)
constructor(vararg booleans: Boolean)(source)


constructor(raw: ByteArray, padding: Byte)(source)

Constructs a BooleanVector from the raw byte contents with a given padding.

Note that raw is only the data part of the vector. It is not the entire binary data. To construct a BooleanVector from binary data, see Vector.fromBinaryData.