Searched defs:UnpackIndexExpr (Results 1 – 2 of 2) sorted by relevance
32 func UnpackIndexExpr(n ast.Node) (x ast.Expr, lbrack token.Pos, indices []ast.Expr, rbrack token.Po… func
54 func UnpackIndexExpr(n ast.Node) *IndexExpr { func