Elm compares values using these operators:
Operator | Meaning |
---|---|
== |
Equal |
/= |
Not Equal |
> |
Greater than |
< |
Less than |
>= |
Greater than or equal to |
<= |
Less than or equal to |
max |
Find the larger of two |
min |
Find the smaller of two |