StrIterPrev
Description
Step back one character. Propagating alias for IterPrev; see IterPrev for the full contract.
Parameters
| Name | Direction | Description |
|---|---|---|
si |
in | Pointer to the StrIter cursor to step back. |
Success
Cursor steps back one character in the iteration direction; returns true.
Failure
Stepping back would leave the valid range; position is unchanged, returns false.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on