mapMutable

fun <T, R> List<T>.mapMutable(cast: (T) -> R): MutableList<R>