[swift-evolution] Proposal: Universal dynamic dispatch for method calls
Brent Royal-Gordon
brent at architechies.com
Wed Dec 9 16:07:23 CST 2015
> Yet, to me, `(self as P).f()`, targeted to the struct writer who has read the doc because he has a feature to write, looks odd, but less dangerous than a public _f function that is available to the struct user who *has not read the manual*. People don’t read the doc unless they have a strong need for it.
You don’t have to read the manual to know that you keep your mitts off something with an `_` prefix unless you know what you’re doing.
--
Brent Royal-Gordon
Architechies
More information about the swift-evolution
mailing list