creates a string containing n copies of the specified string
None
The function aims to duplicate the specified string in a smart way.
std::dup | creates a concatenation of *n* copies of the specified collection |
std::spaces | returns the specified number of spaces |
std::tabs_and_spaces | returns a sequence of tabulator- and space-characters |