[][src]Crate cherries

Modules

cmp
fold
node
ops
validate

Macros

maximum

Fold left with max all given expression.

minimum

Fold left with min all given expression.

prod_all

Fold left with product all given expression.

sum_all

Fold left with addition all given expression.