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@-4Space:
5@+8
See the complexity glossary for what @, w, dw, dbit, n mean.