kapacity

Returns the Kapacity of this boxed Array, calculated directly from its size.

Each Byte element in the array represents exactly 1 byte of capacity.


Returns the Kapacity of this primitive ByteArray, calculated directly from its size.

Each byte in the array represents exactly 1 byte of capacity.


Returns the Kapacity of this boxed Array, calculated directly from its size.

Each UByte element in the array represents exactly 1 byte of capacity.


Returns the Kapacity of this unsigned UByteArray, calculated directly from its size.

Each unsigned byte in the array represents exactly 1 byte of capacity.


Returns the Kapacity of this Collection of bytes, calculated directly from its size.

Each Byte element in the collection represents exactly 1 byte of capacity.