Is there a shorthand way of having a `MutableList&...
# announcements
s
Is there a shorthand way of having a
MutableList<>
property with a getter that returns it as a
List<>
?
s
people have been formally proposing it since at least 2018, talked about for longer, I’d imagine https://github.com/matejdro/KEEP/blob/private_public_property_types/proposals/private_public_property_types.md
but the answer is no, not currently
j
In some use cases, maybe buildList
s
Alright, thanks