[swift-evolution] [Review #2] SE-0161: Smart KeyPaths: Better Key-Value Coding for Swift
Brent Royal-Gordon
brent at architechies.com
Fri Apr 7 23:01:23 CDT 2017
> On Apr 6, 2017, at 11:01 AM, Brad Hilton via swift-evolution <swift-evolution at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20170407/a684f45d/attachment.html>
More information about the swift-evolution
mailing list