Mikhail
03/30/2022, 2:14 PMtoTypedArray
every time i want to translate the list to variable length argument.
For example:
operator fun <T> whatever(list: List<T>): Array<out T> = list.toTypedArray()
jw
03/30/2022, 5:21 PMMikhail
03/30/2022, 7:10 PM