Node:SRFI-13 Modification, Next:SRFI-13 Comparison, Previous:SRFI-13 Selection, Up:SRFI-13
The procedure string-fill!
is extended from R5RS because it
accepts optional start/end indices. This bindings shadows the procedure
of the same name in the Guile core. The second modification procedure
string-set!
is documented in the Strings section (see String Modification).
string-fill! str chr [start end] | Scheme Procedure |
Stores chr in every element of the given str and returns an unspecified value. |