Skip to main content

Mojo module

comparable

comptime values

EqualityComparable

comptime EqualityComparable = Equatable

Deprecated: 'EqualityComparable' is deprecated, use 'Equatable' instead

Traits

  • Comparable: A type which can be compared for order with other instances of itself.
  • Equatable: A type which can be compared for equality with other instances of itself.

Was this page helpful?