Mutable strings

The string-set! procedure provided by the (rnrs mutable-strings (6)) library allows mutating the characters of a string in-place.

Functions

string-set!

string-fill!

Close