[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:
Dave Abrahams
2016-03-23 17:16:20 -07:00
parent d721a03d90
commit 11259d1d14
23 changed files with 98 additions and 98 deletions

View File

@@ -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