StrDeleteFast
Description
Delete the character at idx using the fast (order-not-preserving) path. Same contract as VecDeleteFast, specialised for the char element.
Parameters
| Name | Direction | Description |
|---|---|---|
str |
in,out | Str handle. |
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