string_fill(s, c)
Set all elements in the string s to the character c. Return void.
s
c
void
let s = "hello" string_fill(s, \a) s // aaaaa
Core Module Index | Contents