Product2Sequence

A sequence that represents the product of two sequences’ elements.

Product.swift:13
struct Product2Sequence<Base1, Base2> where Base1 : Sequence, Base2 : Collection