NewStructField creates a new struct field initializer from the field name and value.
(field string, init ast.Expr, optional bool)
| 216 | |
| 217 | // NewStructField creates a new struct field initializer from the field name and value. |
| 218 | NewStructField(field string, init ast.Expr, optional bool) ast.EntryExpr |
| 219 | |
| 220 | // NewComprehension creates a new one-variable comprehension instruction. |
| 221 | // |