newBooleanArray

abstract fun newBooleanArray(size: Int): BooleanArray

创建指定大小的 boolean[].

Return

新创建的数组

Parameters

size

数组大小