hex.input (arity 1)ΒΆ

byte[:2] = input(8bits) // lsb first

SignatureΒΆ

def input byte { ... }

Defined in hex/input.fj β€” lines 32–35 (view on GitHub).

ComplexityΒΆ

  • Time: 4@+14

  • Space: 4@+36

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.input_hex Next: hex.input/2 β†’