mysort

Imports

Imports #

"fmt"

Interfaces

LessConstraint interface #

type LessConstraint interface {
Less(T) bool
}

Structs

MyInt struct #

type MyInt struct {
Value int
}

Functions

F function #

go:noinline

func F()

Less method #

func (a *MyInt) Less(b *MyInt) bool

Sort function #

go:noinline

func Sort(x []T)

Generated with Arrow