Function slowcat

Source
pub fn slowcat<I>(
    patterns: I,
) -> impl Pattern<Value = <I::Item as Pattern>::Value>
where I: IntoIterator, I::Item: Pattern,
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.