mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
RangeReplaceableCollectionType => RangeReplaceableCollection
This commit is contained in:
committed by
Max Moiseev
parent
7e2466c14e
commit
09a6913622
@@ -260,7 +260,7 @@ extension String.CharacterView : Collection {
|
||||
}
|
||||
}
|
||||
|
||||
extension String.CharacterView : RangeReplaceableCollectionType {
|
||||
extension String.CharacterView : RangeReplaceableCollection {
|
||||
/// Create an empty instance.
|
||||
public init() {
|
||||
self.init("")
|
||||
|
||||
Reference in New Issue
Block a user