Skip to content

Commit 40b8186

Browse files
committed
Update type of GroupedSequenceIterator.keyIterator
1 parent c6c1a6e commit 40b8186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Apollo/Collections.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extension GroupedSequence: Sequence {
4444
struct GroupedSequenceIterator<Key: Equatable, Value>: IteratorProtocol {
4545
private var base: GroupedSequence<Key, Value>
4646

47-
private var keyIterator: EnumeratedIterator<IndexingIterator<Array<Key>>>
47+
private var keyIterator: EnumeratedSequence<Array<Key>>.Iterator
4848

4949
init(base: GroupedSequence<Key, Value>) {
5050
self.base = base

0 commit comments

Comments
 (0)