charArrayOf

abstract fun charArrayOf(vararg elements: Char): CharArray

创建 char[] 并将给定元素添加到数组中.

Return

新创建的数组

Parameters

elements

数组元素