Module computation
Expand description
Various kinds of computations.
Structs§
- Result of a
PreparedComparison
comparison. - The computation type shared between
SynthesizedComputation
,ExprComputation
andExpressionComputation
. - A computation using an
Expression
. The arguments for theExpression
are pre-processed, and he result of theExpression
is interpreted using an output encoding. - A prepared comparison to an output value. Comparison is quicker, because we can directly compare against an
i128
instead 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.