reflect.Value.Slice3 (method)
3 uses
reflect (current package)
value.go#L2359: func (v Value) Slice3(i, j, k int) Value {
github.com/jackc/pgx/v5/pgtype
builtin_wrappers.go#L890: return flatSlice.Slice3(flatSliceIdx, endIdx, endIdx)
text/template
funcs.go#L295: return item.Slice3(idx[0], idx[1], idx[2]), nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)