- (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.
[R5RS+] Stores CHAR in every element of S.
string-fill! is extended from the R5RS definition to take optional START/END arguments.