hex.zero (arity 1)¶
hex = 0
Signature¶
def zero hex { ... }
Defined in hex/memory.fj — lines 37–39 (view on GitHub).
Complexity¶
Time:
@Space:
@+12
See the complexity glossary for what @, w, dw, dbit, n mean.
Source¶
Click to view the macro body
def zero hex {
.xor hex, hex
}
Depends on¶
Used by¶
Example uses¶
stl.bit2hexincasting.fjhex.movinhex/memory.fjhex.setinhex/memory.fj
← Previous: hex.vec/1
Next: hex.zero/2 →