hex.hex (arity 0)ΒΆ
Hexadecimal variable.
You canβt place it as you would any other standard library macro, because βrunningβ this line is undefined behavior. All bit, bit.vec, hex, and hex.vec declarations should be placed in a region of memory that wonβt ever be executed β typically below stl.loop.
SignatureΒΆ
def hex { ... }
Defined in hex/memory.fj β lines 13β15 (view on GitHub).
ComplexityΒΆ
Time:
0 (data declaration)Space:
1
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def hex {
.hex 0
}