An array of booleans.
When targeting the JVM, instances of this class are represented as boolean[].
boolean[]
typedef BooleanArray<T> = Array<Boolean>;