IterRange returns the iteration range expression.
()
| 267 | type ComprehensionExpr interface { |
| 268 | // IterRange returns the iteration range expression. |
| 269 | IterRange() Expr |
| 270 | |
| 271 | // IterVar returns the iteration variable name. |
| 272 | // |
no outgoing calls