We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bcc55 commit 04d9180Copy full SHA for 04d9180
Sources/Algorithms/Product.swift
@@ -27,6 +27,8 @@ public struct Product2<Base1: Sequence, Base2: Collection> {
27
}
28
29
extension Product2: Sequence {
30
+ public typealias Element = (Base1.Element, Base2.Element)
31
+
32
/// The iterator for a `Product2` sequence.
33
public struct Iterator: IteratorProtocol {
34
@usableFromInline
0 commit comments