We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b791d commit f9bc94bCopy full SHA for f9bc94b
Sources/Deque.swift
@@ -93,7 +93,6 @@ extension Deque: RandomAccessCollection, MutableCollection {
93
public typealias Index = Int
94
public typealias Indices = CountableRange<Int>
95
public typealias Iterator = IndexingIterator<Deque<Element>>
96
- public typealias SubSequence = RangeReplaceableRandomAccessSlice<Deque<Element>>
97
98
/// The number of elements currently stored in this deque.
99
public var count: Int { return buffer.count }
0 commit comments