chickadee » srfi-13 » string-tabulate

string-tabulate proc lenprocedure

PROC is an integer->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.