BinaryOpPattern

Binary pattern combinator.

Constructors

this
this(Token head, Pattern[2] subs)
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

subs
Pattern[2] subs;
Undocumented in source.

Inherited Members

From Pattern

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

Meta