Is there an idiomatic way to expose a `MutableList...
# announcements
d
Is there an idiomatic way to expose a
MutableList
as a simple
List
? In order to use in as Mutable in the concerned class but publicly expose it as non mutable.