Skip to content

StrInsertR

Description

Insert a single character at the given index, R-value form. Same contract as VecInsertR, specialised for the char element.

Success

Returns true; the character was inserted, trailing characters shifted right by one.

Failure

Returns false on allocation failure; the string is unchanged.

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on