Expand description
zfc
is a library for sets according to
Zermelo–Fraenkel set theory with the axiom of choice (ZFC).
Re-exports§
pub use num_bigint;
Structs§
- Bounded
Cardinality - Contains a lower and upper bound
Cardinality
used to bound the cardinality of aSet
. - Bounded
Err - Error returned when attempting to create a
BoundedCardinality
from a pair ofBigUint
s orCardinality
s such that the upper bound is strictly less than the lower bound. - Cardinality
Err - Error returned when attempting to create a
Cardinality
from aBoundedCardinality
such that the lower bound is less than the upper bound.
Enums§
- Cardinality
- Represents the quantity of elements in a
Set
.
Traits§
- Set
- Represents a set according to Zermelo–Fraenkel set theory with the axiom of choice (ZFC).