Right. Although, there was some arguments about th...
# language-proposals
e
Right. Although, there was some arguments about that in another Kotlin-related chat regarding
fun <T> List(size: Int, block: (Int) -> T): List<T>
from stdlib, and personally I don't like those "constructors". But it is a fair point, yeah