toList

fun <T> toList(iterable: Iterable<T>): List<T>