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 9f177d1 commit 655f085Copy full SHA for 655f085
stdlib/public/core/LazySequence.swift
@@ -128,8 +128,7 @@
128
/// and discards the resulting array. Instead, use `reduce` for summing
129
/// operations, or `forEach` or a `for`-`in` loop for operations with side
130
/// effects.
131
-public protocol LazySequenceProtocol<Elements>: Sequence
132
-where Elements.Element == Element {
+public protocol LazySequenceProtocol<Elements>: Sequence {
133
/// A `Sequence` that can contain the same elements as this one,
134
/// possibly with a simpler type.
135
///
0 commit comments