Imports #
"fmt"
"fmt"
type LessConstraint interface {
Less(T) bool
}
type MyInt struct {
Value int
}
go:noinline
func F()
func (a *MyInt) Less(b *MyInt) bool
go:noinline
func Sort(x []T)
Generated with Arrow