stl.hex2bit (arity 3)ΒΆ
bit[:4n] = hex[:n]
n is a size-constant, hex is a hex.vec n, bit is a bit.vec 4*n.
SignatureΒΆ
def hex2bit n, bit, hex { ... }
Defined in casting.fj β lines 49β51 (view on GitHub).
ComplexityΒΆ
Time:
n(5@-4)Space:
n(5@+8)
See the complexity glossary for what @, w, dw, dbit, n mean.