String.insert

Inserts a stringish range at the end of the string.

struct String
alias insert = insertBack

Return Value

The number of bytes inserted.

Meta