stl.bit2hex (arity 2)ΒΆ
hex = bit
hex is a hex, bit is a bit.
SignatureΒΆ
def bit2hex hex, bit { ... }
Defined in casting.fj β lines 11β14 (view on GitHub).
ComplexityΒΆ
Time:
2@-1Space:
2@+11
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def bit2hex hex, bit {
hex.zero hex
bit.xor hex, bit
}
Depends onΒΆ
Next: stl.bit2hex/3 β