padRight

Return s expanded to at least l elements, filling them with c.

T[]
padRight
(
T
)
(
T[] s
,
size_t l
,
T c
)

Meta