Module un_algebra::types[][src]

Type aliases for algebraic structure axioms.

Most of the un_algebra algebraic structure trait axioms have tediously repetitive parameter lists. The type aliases provided here are used to group parameters into more convenient tuples of values.

Note

Rust requires explicit lifetimes for tuples of generic reference types.

Type Definitions

NumPair

A 2-tuple of T references--augmented with a numeric comparison error term.

NumTriple

A 3-tuple of T references--augmented with a numeric comparison error term.

Pair

A 2-tuple of T references.

Triple

A 3-tuple of T references.