repeat

Repeats symbol count times

string
repeat
@safe
(
wchar symbol
,
uint count
)

Parameters

symbol
Type: wchar

Symbol to repeat

count
Type: uint

Number of symbol repetitions

Return Value

Type: string

a string containing symbol character a count times

Meta