bit.print_strΒΆ

Complexity min(n, len+1)*(16@+32)
prints the string at x[:8n], or until the reaches the first '\0' (the earlier).

SignatureΒΆ

def print_str n, x @ end { ... }

Defined in bit/output.fj β€” lines 33–36 (view on GitHub).