File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010//
1111//===----------------------------------------------------------------------===//
1212
13- public protocol LazyCollectionProtocol < Elements>
14- : Collection , LazySequenceProtocol
13+ public protocol LazyCollectionProtocol : Collection , LazySequenceProtocol
1514where Elements: Collection { }
1615
1716extension LazyCollectionProtocol {
Original file line number Diff line number Diff line change 128128/// and discards the resulting array. Instead, use `reduce` for summing
129129/// operations, or `forEach` or a `for`-`in` loop for operations with side
130130/// effects.
131- public protocol LazySequenceProtocol < Elements > : Sequence {
131+ public protocol LazySequenceProtocol : Sequence {
132132 /// A `Sequence` that can contain the same elements as this one,
133133 /// possibly with a simpler type.
134134 ///
You can’t perform that action at this time.
0 commit comments