StrInsertRangeFast
Description
Unsuffixed default fast range insert – alias for StrInsertRangeFastL.
Success
Returns true; new range at idx; previous occupants relocated to the new tail (unordered); source zeroed-on-take.
Failure
Returns false on allocation failure. str and source unchanged.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on