NewMap creates an Expr value representing a map literal expression
(id int64, entries []EntryExpr)
| 56 | |
| 57 | // NewMap creates an Expr value representing a map literal expression |
| 58 | NewMap(id int64, entries []EntryExpr) Expr |
| 59 | |
| 60 | // NewMapEntry creates a MapEntry with a given key, value, and a flag indicating whether |
| 61 | // the key is optionally set. |
no outgoing calls