Strings

dex-string

Call with (ignored)

Todo

Document this.

string-empty

Call with (ignored)

Todo

Document this.

string-singleton

Call with unicode-scalar

Todo

Document this.

string-append-later

Call with a b (fn result)

Monadically, concatenates two strings, and calls the given callback monadically in a future tick.

str

Macro. Example: str.\;qq[Hello, world!]

Obtains a first-class string value with the given literal text.

string-length

Call with string

Todo

Document this.

string-get-unicode-scalar

Call with string start

Todo

Document this.

string-cut-later

Call with string start stop (fn substring)

Todo

Document this.