In enum Order§
See primary documentation in context for infix <=>
multi infix:«<=>»(Int:D \a, Int:D \b --> Order:D)
Specialized form for Int.
In Operators§
See primary documentation in context for infix <=>
multi infix:«<=>»($a, $b --> Order:D) is assoc<non>
Coerces both arguments to Real
and then does a numeric comparison.