pub fn slowcat<I>(
patterns: I,
) -> impl Pattern<Value = <I::Item as Pattern>::Value>Expand description
Concatenate the given sequence of patterns into a single pattern whose total unique span covers a number of cycles equal to the number of patterns in the sequence.