Fuzzy

Fuzzy logic State.

Constructors

this
this(bool b)
Undocumented in source.

Members

Functions

opAssign
void opAssign(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Fuzzy opBinary(Fuzzy rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Fuzzy opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

defaultCode
enum defaultCode;
Undocumented in source.
likely
enum likely;
Undocumented in source.
no
enum no;
Undocumented in source.
unknown
enum unknown;
Undocumented in source.
unlikely
enum unlikely;
Undocumented in source.
yes
enum yes;
Undocumented in source.

Meta