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ΒΆ

Depends onΒΆ


← Previous: hex.hex/1 Next: hex.vec/2 β†’