Module cond

Source
Expand description

Provides conditional logic for Moments.

This module is not in the prelude, but is still a common requirement for HyperCPU. It provides the [If] struct, which allows you to branch calculations based on a condition.

Structsยง

If
A conditional calculation.