Determines if one element in the semilattice is less than or equal to another element.
The element to compare.
The element to compare against.
true if a is less than or equal to b, otherwise false.
true
a
b
false
Determines if one element in the semilattice is less than or equal to another element.