Module fractal::utils::expression

source ·
Expand description

Collection of common expressions.

Functions§

  • Returns an expression that is the and’ed result of the given boolean expressions.
  • Returns an expression that is the normalized version of the given string expression.
  • Returns an expression that is the inverted result of the given boolean expression.
  • Returns an expression that is the or’ed result of the given boolean expressions.