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