These types do not inherit from Array<T> to avoid boxing, however, they have the same attributes and methods.
Kotlin typeFactory functionJVM typeBooleanArraybooleanArrayOf(true, false)boolean[]ByteArraybyteArrayOf(1, 2, 3)byte[]CharArraycharArrayOf('a', 'b', 'c')char[]DoubleArraydoubleArrayOf...