Merge pull request #7946 from DougGregor/all-conformance-constraint-sources

This commit is contained in:
swift-ci
2017-03-18 01:30:27 -07:00
committed by GitHub
31 changed files with 295 additions and 180 deletions

View File

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