bit.input (arity 2)ΒΆ
input n bytes into dst[:8n] (lsb first)
dst is an output parameter.
SignatureΒΆ
def input n, dst { ... }
Defined in bit/input.fj β lines 26β28 (view on GitHub).
ComplexityΒΆ
Time:
n(16@-16)Space:
n(16@-16)
See the complexity glossary for what @, w, dw, dbit, n mean.