Condition

A condition wraps "something" which always evaluates to a boolean.

@safe
class Condition : Expr {}

Members

Mixins

__anonymous
mixin NodeKind
Undocumented in source.

Mixed In Members

From mixin NodeKind

kind
Kind kind()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Expr

__anonymous
mixin NodeKind
Undocumented in source.

Meta