go/ast.SliceExpr.Slice3 (field)
5 uses
go/ast (current package)
ast.go#L360: Slice3 bool // true if 3-index slice (2 colons present)
go/parser
parser.go#L1497: return &ast.SliceExpr{X: x, Lbrack: lbrack, Low: index[0], High: index[1], Max: index[2], Slice3: slice3, Rbrack: rbrack}
go/types
exprstring.go#L87: if x.Slice3 {
index.go#L226: if e.Slice3 {
index.go#L277: if e.Slice3 && (e.High == nil || e.Max == nil) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)