toIterable

abstract fun <T> toIterable(array: Array<T>): Iterable<T>

将数组转成 Iterable.

Return

转换后的 Iterable

Parameters

T
array

需要转换的数组