set
Overview
This machine provides functionality for working with set data structures in Mech.
Functions in the set/ops module are supported by infix operators.
Modules
ops
Basic set operations
Operator | Function | Description |
|---|---|---|
| Computes the union of two sets. | |
| Computes the intersection of two sets. | |
| Computes the difference between two sets. | |
| Determines if one set is a subset of another. | |
| Determines if one set is a proper subset of another. | |
| Determines if one set is a superset of another. | |
| Determines if one set is a proper superset of another. | |
| Checks if an element is a member of a set. | |
| Checks if an element is not a member of a set. | |
| Computes the symdifference between two sets. |