Op

Language Operator.

Constructors

this
this(string op, OpArity arity, OpAssoc assoc, byte prec, string desc)
Undocumented in source.

Members

Functions

aliasOf
Op aliasOf(string opOrig)

Make this an alias of opOrig.

Variables

arity
OpArity arity;
Undocumented in source.
assoc
OpAssoc assoc;
Undocumented in source.
desc
string desc;
Undocumented in source.
op
string op;
Undocumented in source.
overloadable
bool overloadable;
Undocumented in source.
prec
ubyte prec;
Undocumented in source.

Meta