Or

Or condition

Constructors

this
this(And a)
Undocumented in source.
this
this(And a, Or b)
Undocumented in source.
this
this(Or other)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

eval
bool eval(Obj obj, Resolver resolver)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Or other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
And a;
Undocumented in source.
b
Own!Or b;
Undocumented in source.

Meta