String.insertBack

Inserts a stringish range at the end of the string.

Parameters

R

Type of the inserted string.

str R

String should be inserted.

Return Value

Type: size_t

The number of bytes inserted.

Meta