mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove {Dictionary,Set,UnsafeMutableBufferPointer,UnsafeBufferPointer}.count
These APIs are redundant with APIs that come from protocol extensions. Swift SVN r28248
This commit is contained in:
@@ -119,7 +119,7 @@ class NonContiguousNSString : NSString {
|
||||
}
|
||||
|
||||
@objc override var length: Int {
|
||||
return _value.count
|
||||
return _value.count()
|
||||
}
|
||||
|
||||
@objc override func characterAtIndex(index: Int) -> unichar {
|
||||
|
||||
Reference in New Issue
Block a user