NewAccuIdent creates an Expr value representing an accumulator identifier within a comprehension.
(id int64)
| 42 | // NewAccuIdent creates an Expr value representing an accumulator identifier within a |
| 43 | // comprehension. |
| 44 | NewAccuIdent(id int64) Expr |
| 45 | |
| 46 | // AccuIdentName reports the name of the accumulator variable to be used within a comprehension. |
| 47 | AccuIdentName() string |
no outgoing calls