Result of a comparison of two values.
enum Ordering {
Equal,
Greater,
Less,
}| Name | Description |
|---|---|
| Equal | The values are equal. |
| Greater | The second value is larger than the firest. |
| Less | The first value is smaller than the second. |
| Name | Description |
|---|---|
| Copy | Objects that can safely be copied via |
| Eq | Objects that implement the binary |