Crate zfc

source ·
Expand description

§zfc

zfc is a library for sets according to Zermelo–Fraenkel set theory with the axiom of choice (ZFC).

Structs§

Enums§

Traits§

  • Represents a set according to Zermelo–Fraenkel set theory with the axiom of choice (ZFC). Note that elements in a Set must not be distinguishable by order or frequency, so care must be taken in its implementation if the implementing type exposes an API that distinguishes between the order or frequency of Elem (e.g., Vec<T> where Elem = T).