Are there any plans to allow custom setters/getter...
# announcements
u
Are there any plans to allow custom setters/getters for properties with delegates?
Copy code
var foo by someDelegate()
set(value) = // do whatever and delegate