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.
1 parent f429665 commit f1f5762Copy full SHA for f1f5762
Tests/AsyncAlgorithmsTests/Support/GatedSequence.swift
@@ -10,7 +10,6 @@
10
//===----------------------------------------------------------------------===//
11
12
public struct GatedSequence<Element> {
13
- typealias Failure = Never
14
let elements: [Element]
15
let gates: [Gate]
16
var index = 0
0 commit comments