Module computation
Expand description
Various kinds of computations.
Structs§
- Result of a
PreparedComparisoncomparison. - The computation type shared between
SynthesizedComputation,ExprComputationandExpressionComputation. - A computation using an
Expression. The arguments for theExpressionare pre-processed, and he result of theExpressionis interpreted using an output encoding. - A prepared comparison to an output value. Comparison is quicker, because we can directly compare against an
i128instead of having to decode aValue. - A synthesized computation.
Enums§
- An argrument for an expression.
- The encoding of an input argument passed to an expression.
- The output encoding of an expression.
Traits§
- Provides generic methods that work on references to computations.