concatenates the list items using the specified separator
None
Returns a string which is the concatenation of all the list items separated by the specified separator.
If the list is empty then the empty string is returned.
std_types::string/std::split |