BooleanArray

final
class BooleanArray extends Array[Boolean]
Companion
object
class Array[Boolean]
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply(i: Int): Boolean
@inline
def atRaw(i: Int): RawPtr
@inline
override
Definition Classes
Array -> Object
@inline
@inline
def update(i: Int, value: Boolean): Unit

Inherited methods

@inline
def at(i: Int): Ptr[Boolean]

Pointer to the element.

Pointer to the element.

Inherited from
Array
@inline
def length: Int

Number of elements of the array.

Number of elements of the array.

Inherited from
Array