mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] indexing model: rename in-place indexing
This time, choose something that's at least compliant with the API guidelines.
This commit is contained in:
@@ -112,7 +112,7 @@ public protocol MutableIndexable : Indexable {
|
||||
@warn_unused_result
|
||||
func successor(of i: Index) -> Index
|
||||
|
||||
func successor(updating i: inout Index)
|
||||
func formSuccessor(i: inout Index)
|
||||
}
|
||||
|
||||
// TODO: swift-3-indexing-model - review the following
|
||||
|
||||
Reference in New Issue
Block a user