hex.set (arity 3)ΒΆ

hex[:n] = val (constant)

SignatureΒΆ

def set n, hex, val { ... }

Defined in hex/memory.fj β€” lines 94–96 (view on GitHub).

ComplexityΒΆ

  • Time: n(@+4)

  • Space: n(@+16)

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

SourceΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.set/2 Next: hex.swap/2 β†’