mapToMutableList

inline fun <T, R> Iterable<T>.mapToMutableList(transform: (T) -> R): MutableList<R>