hex.read_hex_and_incΒΆ

Effectively:  dst = *ptr
ptr++
dst is a hex. ptr is a hex[:w/4] that holds an address, which we assume is dw-aligned.

SignatureΒΆ

def read_hex_and_inc dst, ptr { ... }

Defined in hex/pointers/read_pointers.fj β€” lines 35–38 (view on GitHub).

ComplexityΒΆ

  • Time: w(0.75@+ 5) + 16@+27

  • Space: w(1.13@+32) + 12@+103

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

SourceΒΆ

Depends onΒΆ


← Previous: hex.read_byte/2 Next: hex.read_hex/3 β†’