NewMap creates a CreateStruct instruction for a map where the map is comprised of the optional set of key, value entries.
(entries ...ast.EntryExpr)
| 207 | // NewMap creates a CreateStruct instruction for a map where the map is comprised of the |
| 208 | // optional set of key, value entries. |
| 209 | NewMap(entries ...ast.EntryExpr) ast.Expr |
| 210 | |
| 211 | // NewMapEntry creates a Map Entry for the key, value pair. |
| 212 | NewMapEntry(key ast.Expr, val ast.Expr, optional bool) ast.EntryExpr |
no outgoing calls
no test coverage detected