NaryOpPattern

N-ary expression.

Constructors

this
this(Token head, PatternArray subs)
Undocumented in source.
this
this(Token head, Pattern[n] 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.

Variables

subs
PatternArray subs;
Undocumented in source.

Inherited Members

From Pattern

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

Meta