Skip to content
StrInsertRangeFastR

StrInsertRangeFastR

Description

R-form sibling of StrInsertRangeFastL: fast unordered range insert with source copied (not zeroed).

Success

Returns true; new range at idx; previous occupants relocated to the new 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