HomeManualTopicsTypesSymbols

std::dup

creates a concatenation of *n* copies of the specified collection

Parameters

None

Results

None

Description

The function aims to duplicate the specified collection in a smart way.

Topics

Lists

Strings

Implemented by

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