repeat

Repeats symbol count times

@safe
string
repeat
(
wchar symbol
,
uint count
)

Parameters

symbol wchar

Symbol to repeat

count uint

Number of symbol repetitions

Return Value

Type: string

a string containing symbol character a count times

Meta