github.com/jackc/pgx/v5/pgtype.Polygon.P (field)
6 uses
github.com/jackc/pgx/v5/pgtype (current package)
polygon.go#L23: P []Vec2
polygon.go#L103: buf = pgio.AppendInt32(buf, int32(len(polygon.P)))
polygon.go#L105: for _, p := range polygon.P {
polygon.go#L127: for i, p := range polygon.P {
polygon.go#L187: P: points,
polygon.go#L243: return scanner.ScanPolygon(Polygon{P: points, Valid: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)