creates a concatenation of *n* copies of the specified collection
None
None
The function aims to duplicate the specified collection in a smart way.
std_types::generic_list | creates a list containing *n* copies of the specified list |
std_types::string | creates a string containing n copies of the specified string |