NewList creates a CreateList instruction where the list is comprised of the optional set of elements provided as arguments.
(elems ...*exprpb.Expr)
| 79 | // NewList creates a CreateList instruction where the list is comprised of the optional set |
| 80 | // of elements provided as arguments. |
| 81 | NewList(elems ...*exprpb.Expr) *exprpb.Expr |
| 82 | |
| 83 | // NewMap creates a CreateStruct instruction for a map where the map is comprised of the |
| 84 | // optional set of key, value entries. |
no outgoing calls