Function fastcat

Source
pub fn fastcat<I>(
    patterns: I,
) -> impl Pattern<Value = <I::Item as Pattern>::Value>
Expand description

Concatenate the given sequence of patterns into a single pattern so that all patterns fit to a single cycle.