strnfill

fun strnfill(length: <Error class: unknown class>, fillChar: Char): String

Creates a new string @length bytes long filled with @fill_char.

Return

a newly-allocated string filled with @fill_char

Parameters

length

the length of the new string

fillChar

the byte to fill the string with