AsComprehension adapts the expr into a ComprehensionExpr. The Kind() must be equal to a ComprehensionKind for the conversion to be well-defined.
()
| 70 | // |
| 71 | // The Kind() must be equal to a ComprehensionKind for the conversion to be well-defined. |
| 72 | AsComprehension() ComprehensionExpr |
| 73 | |
| 74 | // AsIdent adapts the expr into an identifier string. |
| 75 | // |
no outgoing calls