AsMapEntry casts the EntryExpr to a MapEntry. The Kind() must be equal to MapEntryKind for the conversion to be well-defined.
()
| 143 | // |
| 144 | // The Kind() must be equal to MapEntryKind for the conversion to be well-defined. |
| 145 | AsMapEntry() MapEntry |
| 146 | |
| 147 | // AsStructField casts the EntryExpr to a StructField |
| 148 | // |
no outgoing calls