https://kotlinlang.org logo
d

dirk.dittert

12/30/2016, 2:47 PM
There's another use case: a class with a property of type set. By convention that set should not be modified outside of the class. Only within the class. What is the Kotlin way of expressing that?