stl.hex2bit (arity 2)ΒΆ

bit[:4] = hex

hex is a hex, bit is a bit.vec 4.

SignatureΒΆ

def hex2bit bit, hex { ... }

Defined in casting.fj β€” lines 38–41 (view on GitHub).

ComplexityΒΆ

  • Time: 5@-4

  • Space: 5@+8

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

SourceΒΆ

Depends onΒΆ


← Previous: stl.bit2hex/3 Next: stl.hex2bit/3 β†’