LeafPattern.this

this(string name, ArgValue value = ArgValue.init) @safe pure nothrow @nogc

Constructs a LeafPattern with a name and optional value.

Parameters

nameThe name of this pattern element.
valueThe value associated with this element.