Expand description
Environment and other types related to Value collections.
Structsยง
- Assertions
- Container for assertion functions:
assert,assert_eqandassert_fails. - Comparisons
- Container with the comparison functions:
cmp,minandmax. - Environment
- Environment containing named
Values. - Into
Iter - Result of converting
Environmentinto an iterator. - Iter
- Iterator over references of the
Environmententries. - Prelude
- Commonly used constants and functions from the
fnsmodule.