Instances for fixed width unsigned integer types. #
Equations
- UInt8.instOrd = { compare := fun (x y : UInt8) => compareOfLessAndEq x y }
Equations
- UInt16.instOrd = { compare := fun (x y : UInt16) => compareOfLessAndEq x y }
Equations
- UInt32.instOrd = { compare := fun (x y : UInt32) => compareOfLessAndEq x y }
Equations
- UInt64.instOrd = { compare := fun (x y : UInt64) => compareOfLessAndEq x y }
Equations
- USize.instOrd = { compare := fun (x y : USize) => compareOfLessAndEq x y }