StrInsertFastR
Description
R-form sibling of StrInsertFastL: same fast (order-not-preserving) insertion at idx, but the source is copied by value (not zeroed).
Success
Returns true; the new character occupies idx; the previous character at idx is now at the tail.
Failure
Returns false on allocation failure. str unchanged.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on