GoPLS Viewer

Home|gopls/go/ssa/testdata/src/sort/sort.go
1package sort
2
3func Strings(x []string)
4func Ints(x []int)
5func Float64s(x []float64)
6
7func Sort(data Interface)
8
9type Interface interface {
10    Len() int
11    Less(ij intbool
12    Swap(ij int)
13}
14
MembersX
Strings.x
Ints
Ints.x
Sort.data
Interface
Strings
Float64s
Float64s.x
Sort
Members
X