BooleanArray
An array of booleans. When targeting the JVM, instances of this class are represented as boolean[].
Since Kotlin
1.0An array of booleans. When targeting the JVM, instances of this class are represented as boolean[].
Since Kotlin
1.1Constructors
Link copied to clipboard
Creates a new array of the specified size, where each element is calculated by calling the specified init function.
Creates a new array of the specified size, where each element is calculated by calling the specified init function.
Link copied to clipboard
Creates a new array of the specified size, with all elements initialized to false.
Creates a new array of the specified size, with all elements initialized to false.
Functions
Link copied to clipboard
Returns the array element at the given index. This method can be called using the index operator.
Since Kotlin 1.0
Properties
Extensions
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Returns a new SortedSet of all elements.
Since Kotlin 1.0