There's another use case: a class with a property ...
# announcements
d
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?