string-fill! -- r7rs Definition
§

Kind
§

mutator!;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(string-fill! string fill)
(string-fill! string fill start)
(string-fill! string fill start end)

Domain: It is an error if fill is not a character.

The string-fill! procedure stores fill in the elements of string between start and end.


The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§