|
1 | 1 | x input.go /^package x$/;" p |
2 | | -T input.go /^func min[T ~int|~float64](x, y T) T {$/;" Z func:x.min nth:0 |
| 2 | +T input.go /^func min[T ~int|~float64](x, y T) T {$/;" Z func:x.min typeref:constraint:~int|~float64 nth:0 |
3 | 3 | min input.go /^func min[T ~int|~float64](x, y T) T {$/;" f package:x typeref:typename:T signature:(x, y T) tparams:[T ~int|~float64] |
4 | | -S1 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc nth:0 |
5 | | -S2 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc nth:1 |
6 | | -E1 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc nth:2 |
7 | | -E2 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc nth:3 |
| 4 | +S1 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc typeref:constraint:~[]E1 nth:0 |
| 5 | +S2 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc typeref:constraint:~[]E2 nth:1 |
| 6 | +E1 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc typeref:constraint:any nth:2 |
| 7 | +E2 input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" Z func:x.EqualFunc typeref:constraint:any nth:3 |
8 | 8 | EqualFunc input.go /^func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {$/;" f package:x typeref:typename:bool signature:(s1 S1, s2 S2, eq func(E1, E2) bool) tparams:[S1 ~[]E1, S2 ~[]E2, E1, E2 any] |
9 | | -L input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" Z func:x.F0 nth:0 |
10 | | -M input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" Z func:x.F0 nth:1 |
11 | | -G input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" Z func:x.F0 nth:3 |
| 9 | +L input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" Z func:x.F0 typeref:constraint:~[]M nth:0 |
| 10 | +M input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" Z func:x.F0 typeref:constraint:comparable nth:1 |
| 11 | +G input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" Z func:x.F0 typeref:constraint:any nth:3 |
12 | 12 | F0 input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" f package:x typeref:typename:int signature:(s L, v M) tparams:[L ~[]M, M comparable, _, G any] |
13 | | -N input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" Z func:x.F1 nth:0 |
14 | | -O input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" Z func:x.F1 nth:1 |
| 13 | +N input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" Z func:x.F1 typeref:constraint:~[]O nth:0 |
| 14 | +O input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" Z func:x.F1 typeref:constraint:comparable nth:1 |
15 | 15 | F1 input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" f package:x typeref:typename:int signature:(s N, v O) tparams:[N ~[]O, O comparable, _ any] |
0 commit comments