charArrayOf

fun charArrayOf(vararg elements: Char): CharArray(source)

Returns an array containing the specified characters.

Since Kotlin

1.0