Searched defs:TupleExpr (Results 1 – 1 of 1) sorted by relevance
448 type TupleExpr struct { struct449 commentsRef450 Lparen Position // optional (e.g. in x, y = 0, 1), but required if List is empty451 List []Expr452 Rparen Position455 func (x *TupleExpr) Span() (start, end Position) {