hex.vec (arity 2)ยถ

Hexadecimal vector with initial value.

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 vec n, value { ... }

Defined in hex/memory.fj โ€” lines 20โ€“22 (view on GitHub).

Complexityยถ

  • Time: 0 (data declaration)

  • Space: n

See the complexity glossary for what @, w, dw, dbit, n mean.

Sourceยถ

Used byยถ

Example usesยถ


โ† Previous: hex.hex/0 Next: hex.vec/1 โ†’