StrRemoveFast
Description
Remove the character at idx without preserving order: the previously-last character is swapped into the removed slot. Same contract as VecRemoveFast, specialised for the char element.
Parameters
| Name | Direction | Description |
|---|---|---|
str |
in,out | Str handle. |
chr |
out | Optional destination for the removed character. Pass NULL to discard it. |
idx |
in | Position in [0, length). |
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on