NewList creates a list literal instruction with an optional set of elements.
(elems ...ast.Expr)
| 203 | |
| 204 | // NewList creates a list literal instruction with an optional set of elements. |
| 205 | NewList(elems ...ast.Expr) ast.Expr |
| 206 | |
| 207 | // NewMap creates a CreateStruct instruction for a map where the map is comprised of the |
| 208 | // optional set of key, value entries. |
no outgoing calls
no test coverage detected