Module arithmetic_eval::env

source ·
Expand description

Environment and other types related to Value collections.

Structs

  • Container for assertion functions: assert, assert_eq and assert_fails.
  • Container with the comparison functions: cmp, min and max.
  • Environment containing named Values.
  • Result of converting Environment into an iterator.
  • Iterator over references of the Environment entries.
  • Commonly used constants and functions from the fns module.