[stdlib] API naming guidelines applied to split and join

- `separator` label for first argument of `split`
- `join` and related types are renamed to `joined`
This commit is contained in:
Max Moiseev
2016-02-22 15:43:33 -08:00
parent fcad164e18
commit 481bcabcba
12 changed files with 36 additions and 36 deletions

View File

@@ -3,5 +3,5 @@
// Test case submitted to project by https://github.com/tmu (Teemu Kurppa)
// rdar://18174611
["ab", "cd"].join(separator: "")
["ab", "cd"].joined(separator: "")