hex.inc¶
hex[:n]++
Signature¶
def inc n, hex @ end { ... }
Defined in hex/math_basic.fj — lines 129–132 (view on GitHub).
Complexity¶
Time:
1.067@ // It's on average. To be exact: 16/15 * @.Space:
n(1.5@+13)
See the complexity glossary for what @, w, dw, dbit, n mean.