Evaluate all members to ready this Concat for use. Only call this function after using the lazy static factory method: _init is called automatically in the case of the regular Concat.of function
Normal way to create a Concat. If a $lazy field is set to true, the Concat will be lazily initialized, and _init() must be called before use.
Generated using TypeDoc
Represents a concatenation of multiple matchers. This is the normal way we compose matches, although this class needn't be used explicitly, as Microgrammars use it, via fromDefinitions or by composition involving an object literal which will be converted to a Concat. Users should only create Concats directly in the unusual case where they need to control whitespace handling in a unique way for that particular Concat.