stantronic
10/14/2019, 1:02 PMval mylist : MutableList<Thing> exposedas List<Thing>
- keeping the mutable functionality private to the class, but exposing the immutable interface. What do you think?diesieben07
10/14/2019, 1:12 PMstantronic
10/14/2019, 1:21 PM