Chain2Sequence

A concatenation of two sequences with the same element type.

Chain.swift:13
struct Chain2Sequence<Base1, Base2> where Base1 : Sequence, Base2 : Sequence, Base1.Element == Base2.Element