protocol BuiltinComparable<Self> { ... }
Self: Numeric

This mixin implements Equatable and Comparable for types that have natively implemented equality and comparison operators.

Provided methods