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#L104: buf = pgio.AppendInt32(buf, int32(len(polygon.P)))
polygon.go#L106: for _, p := range polygon.P {
polygon.go#L128: for i, p := range polygon.P {
polygon.go#L190: P: points,
polygon.go#L236: return scanner.ScanPolygon(Polygon{P: points, Valid: true})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)