toIList

inline fun <E> Array<E>.toIList(): List<E>
inline fun <E> Collection<E>.toIList(): List<E>