Join Slack
Powered by
the only way to do what you want is reflection: `...
# announcements
k
kevinmost
11/21/2017, 4:37 PM
the only way to do what you want is reflection:
Copy code
fun KMutableProperty<Boolean>.toggle() { setter.call(!getter.call()) }
but please don't
6
Views
Open in Slack
Previous
Next