<@U0KBF8D7V> That property seems to be just a slig...
# announcements
r
@Paul Woitaschek That property seems to be just a slightly thinner implementation of the observable delegate. What benefit exactly does this give you over doing this?
Copy code
var a by Delegates.observable("value") { prop, old, new -> println("has changed to $new") }