AsList adapts the expr into a ListExpr. The Kind() must be equal to a ListKind for the conversion to be well-defined.
()
| 85 | // |
| 86 | // The Kind() must be equal to a ListKind for the conversion to be well-defined. |
| 87 | AsList() ListExpr |
| 88 | |
| 89 | // AsMap adapts the expr into a MapExpr. |
| 90 | // |
no outgoing calls