what benefits does `emptyList<String>()` hav...
# language-proposals
a
what benefits does
emptyList<String>()
have compared to
listOf<String>()
?
r
Again, wrong channel. #getting-started is a better channel for these kinds of questions.
j
The empty list is already allocated. ListOf creates a new empty list