hex.not (arity 1)¶
hex = !hex (15-hex)
Signature¶
def not hex { ... }
Defined in hex/logics.fj — lines 248–253 (view on GitHub).
Complexity¶
Time:
4Space:
4
See the complexity glossary for what @, w, dw, dbit, n mean.
Source¶
Click to view the macro body
def not hex {
hex+dbit+0;
hex+dbit+1;
hex+dbit+2;
hex+dbit+3;
}
← Previous: hex.quadrupled_exact_xor
Next: hex.not/2 →