what benefits does `emptyList<String>()` hav...
# language-proposals
a
what benefits does
emptyList<String>()
have compared to
listOf<String>()
?
j
The empty list is already allocated. ListOf creates a new empty list