Condition

Undocumented in source.

Constructors

this
this(T value)
Undocumented in source.

Alias This

impl

Members

Functions

not
Condition not()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

and
Condition and(Condition[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Condition or(Condition[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

impl
SumType!(FFIValue, UnaryCondition, BinaryCondition, TernaryCondition, AndCondition, OrCondition) impl;
Undocumented in source.

Meta