leftJustifyFormattedString

Add fillChar to the right of the string until width is reached

@safe
leftJustifyFormattedString
(
string s
,
ulong width
,
dchar fillChar = ' '
)

Meta