chickadee » scheme » base » string-fill!

string-fill! string char +#!optional start endprocedure

Stores char in every element of the given string and returns an unspecified value. The optional start and end arguments specify the part of the string to be filled and default to the complete string.