toArray

open fun toArray(): Array<Any>(source)
open fun <T> toArray(arr: Array<T>): Array<T>(source)