We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 352386b + a2a3e1d commit 44b8a0bCopy full SHA for 44b8a0b
stdlib/public/core/RangeReplaceableCollection.swift.gyb
@@ -244,7 +244,7 @@ public protocol _RangeReplaceableIndexable : _Indexable {
244
public protocol RangeReplaceableCollection
245
: _RangeReplaceableIndexable, Collection
246
{
247
- // FIXME(ABI): should require `RangeReplaceableCollection`.
+ // FIXME(ABI)#165 (Recursive Protocol Constraints): should require `RangeReplaceableCollection`.
248
associatedtype SubSequence : _RangeReplaceableIndexable /*: RangeReplaceableCollection*/
249
= RangeReplaceableSlice<Self>
250
0 commit comments