Join Slack
Powered by
is it possible to make the setter of a delegate pr...
# announcements
j
jcogilvie
10/02/2017, 3:13 PM
is it possible to make the setter of a delegate private? i.e., a delegate whose behavior is similar to this:
Copy code
var foo: Int get() = something private set(value) { something = value }
Open in Slack
Previous
Next