hex.input_hexΒΆ

hex := input(4bits) // lsb first

SignatureΒΆ

def input_hex hex @ flip0, flip1, flip2, flip3, end < stl.IO { ... }

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

ComplexityΒΆ

  • Time: 2@+7

  • Space: 2@+18

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


Next: hex.input/1 β†’