IntegerExp.createBool

Use this instead of creating new instances for commonly used bools.

class IntegerExp
static
createBool
(
bool b
)

Parameters

b bool

The value of the expression

Return Value

A static instance of the expression, typed as Type.tbool.

Meta