mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] String API Review: kill byteLength()
Swift SVN r18513
This commit is contained in:
@@ -41,10 +41,6 @@ extension String {
|
||||
input: Repeat(count: count, repeatedValue: c.value))
|
||||
}
|
||||
|
||||
func byteLength() -> Int {
|
||||
return _encodedLength(UTF8.self)
|
||||
}
|
||||
|
||||
var lines : String[] {
|
||||
return split("\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user