I was thinking: since property references can conf...
# language-proposals
d
I was thinking: since property references can conform to
() -> T
for their getters, might we see
var
property references also conform to
(T) -> Unit
for their setters?