chickadee » srfi-13 » string-fill!

(string-fill! s char [start end]) -> unspecifiedprocedure

[R5RS+] Stores CHAR in every element of S.

string-fill! is extended from the R5RS definition to take optional START/END arguments.