Next: srfi strings spec list, Previous: srfi strings spec pred, Up: srfi strings spec [Index]
Return a newly allocated string of length len. If char is given, then all elements of the string are initialized to char, otherwise the contents of the string are unspecified.
Return a newly allocated string composed of the argument characters.
proc is an integer–to–char procedure. Construct a string of size len by applying proc to each index to produce the corresponding string element. The order in which proc is applied to the indices is not specified.