Skip to content

Implement method CppStringT::join() #33

@schmouk

Description

@schmouk

"str.join(iterable)

Return a string which is the concatenation of the strings in iterable. A [TypeError](https://docs.python.org/3/library/exceptions.html#TypeError) will be raised if there are any non-string values in iterable, including [bytes](https://docs.python.org/3/library/stdtypes.html#bytes) objects. The separator between elements is the string providing this method."

Metadata

Metadata

Assignees

Labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions