Function leftJustifyFormattedString

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