fill

create a string with defined length and content

@safe
string
fill
(
size_t length = 0
,
string txt = "0"
)

Meta