Skip to content
StrInsertRangeR

StrInsertRangeR

Description

R-form sibling of StrInsertRangeL: range insert at idx with source bytes copied (not zeroed).

Success

Returns true; str grew by count; trailing characters shifted right by count. Source untouched.

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