mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When the prefix of a method/property name is restating the result type, followed by "By" and then a gerund, drop everything up to the gerund. For example: func stringByAppendingString(string: String) -> String becomes func appending(string: String) -> String Swift SVN r31683
20 KiB
20 KiB