mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #7946 from DougGregor/all-conformance-constraint-sources
This commit is contained in:
@@ -32,7 +32,7 @@ public protocol _MutableIndexable : _Indexable {
|
||||
/// Valid indices consist of the position of every element and a
|
||||
/// "past the end" position that's not valid for use as a subscript.
|
||||
// TODO: swift-3-indexing-model - Index only needs to be comparable or must be comparable..?
|
||||
associatedtype Index : Comparable
|
||||
associatedtype Index
|
||||
|
||||
/// The position of the first element in a nonempty collection.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user