Skip to content

IterInitRevT

Description

Initialize default Iter object to iterate in backward direction.

Parameters

Name Direction Description
i in Variable or Type to be initialized.

Success

Always succeeds; returns a typed compound-literal Iter matching TYPE_OF(i) with dir = -1 and everything else zeroed.

Failure

Macro cannot fail.

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on