StrRemoveRangeFast
Description
Remove count characters starting at start without preserving order. Same contract as VecRemoveRangeFast, specialised for the char element.
Parameters
| Name | Direction | Description |
|---|---|---|
str |
in,out | Str handle. |
rd |
out | Optional destination buffer for the removed characters. Pass NULL to discard them. |
start |
in | First removed index. |
count |
in | Number of characters to remove. |
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on