IterVar2 returns the second iteration variable name. When the value is non-empty, the comprehension is a two-variable comprehension.
()
| 281 | // |
| 282 | // When the value is non-empty, the comprehension is a two-variable comprehension. |
| 283 | IterVar2() string |
| 284 | |
| 285 | // HasIterVar2 returns true if the second iteration variable is non-empty. |
| 286 | HasIterVar2() bool |
no outgoing calls