BooleanArray<T> typedef

BooleanArray<T> = Array<Boolean>

An array of booleans.

When targeting the JVM, instances of this class are represented as boolean[].

Implementation

typedef BooleanArray<T> = Array<Boolean>;