Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Idiom # 187: Disjoint Set

See programming-idioms.org:

Defining disjoint sets of elements of some type is the same as dividing them into equivalence classes, which require predicate to check equality. This is work in progress for Fuzion, background and guiding principles are given at Design / Equality.

Code