IterInitRevFromVec
Description
Initialize Iter from vector data to iterate in reverse direction. See IterInitFromVec for the NULL-allocator handling.
Parameters
| Name | Direction | Description |
|---|---|---|
v |
in | Source vector |
Success
Always succeeds; returns a struct-literal Iter whose cursor advances backwards through v.
Failure
Macro cannot fail.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on