concatenation

fun concatenation(pattern: RuleBuilder<*>.() -> Unit): RuleBuilder<N>

Adds a SequenceElement that matches all specified elements in order.

This is an alias for sequence.

Return

this RuleBuilder for chaining

Parameters

pattern

A lambda defining the elements to match in sequence