Node:SRFI-13 Modification, Next:, Previous:SRFI-13 Selection, Up:SRFI-13



39.11.6 Modification

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.