NewIdent creates an identifier Expr value.
(name string)
| 268 | |
| 269 | // NewIdent creates an identifier Expr value. |
| 270 | NewIdent(name string) ast.Expr |
| 271 | |
| 272 | // NewAccuIdent returns an accumulator identifier for use with comprehension results. |
| 273 | NewAccuIdent() ast.Expr |
no outgoing calls
no test coverage detected