UnaryOpPattern

Unary match combinator.

Constructors

this
this(Token head, Pattern sub)
Undocumented in source.

Members

Functions

equals
bool equals(Node o)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show(Format fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sub
Pattern sub;
Undocumented in source.

Inherited Members

From Pattern

dcharCountSpan
DcharCountSpan dcharCountSpan()
Undocumented in source.
opEquals
bool opEquals(Pattern that)
Undocumented in source.

Meta