bit._.cmp_next_eqΒΆ
1 step of multi-bit bit.cmp.
SignatureΒΆ
def cmp_next_eq a, b, lt, gt @ eq { ... }
Defined in bit/cond_jumps.fj β lines 92β95 (view on GitHub).
ComplexityΒΆ
Time:
2@+4Space:
3@+6
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def cmp_next_eq a, b, lt, gt @ eq {
..cmp a, b, lt, eq, gt
eq:
}
Depends onΒΆ
β Previous: bit.cmp/6