Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortFuncsStruct ¶
type SortFuncsStruct struct { LenFunc func() int LessFunc func(i, j int) bool SwapFunc func(i, j int) }
SortFuncsStruct provides functions to be used with Sort
func (SortFuncsStruct) Len ¶
func (s SortFuncsStruct) Len() int
func (SortFuncsStruct) Less ¶
func (s SortFuncsStruct) Less(i, j int) bool
func (SortFuncsStruct) Swap ¶
func (s SortFuncsStruct) Swap(i, j int)
Source Files ¶
- bytes.go
- bytesGo17.go
- encoding.json.go
- errors.go
- flag.go
- fmt.go
- io.go
- io.ioutil.go
- log.go
- math.big.go
- math.go
- math.rand.go
- net.go
- net.http.cookiejar.go
- net.http.go
- net.url.go
- os.exec.go
- os.go
- os.signal.go
- osNotAppEngine.go
- path.filepath.go
- path.go
- regexp.go
- runtime.go
- sort.go
- sortGo18.go
- strconv.go
- strings.go
- stringsGo110.go
- sync.go
- syncGo19.go
- time.go
- timeGo110.go
- timeGo18.go
Click to show internal directories.
Click to hide internal directories.