bit.print (arity 2)ΒΆ
Complexity n(8@+16)
outputs n bytes from x[:8n] (a bit vector. from lsb to msb).
SignatureΒΆ
def print n, x { ... }
Defined in bit/output.fj β lines 25β27 (view on GitHub).
bit.print (arity 2)ΒΆComplexity n(8@+16)
outputs n bytes from x[:8n] (a bit vector. from lsb to msb).
def print n, x { ... }
Defined in bit/output.fj β lines 25β27 (view on GitHub).