toArray

@NotNull
open fun toArray(): Array<@NotNull Any>(source)
@NotNull
open fun <T1> toArray(@NotNull a: Array<@NotNull T1>): Array<@NotNull T1>(source)