> On Apr 6, 2017, at 11:01 AM, Brad Hilton via swift-evolution 
> <swift-evolution@swift.org> wrote:
> 
> How about Person.name.get / Person.name.set for getter/setter references.


We don't really want getter/setter references; we want one instance which 
represents the whole property and (if writable) can be used to modify it 
in-place if it's a value type.

-- 
Brent Royal-Gordon
Architechies

_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to