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