Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:51 +05 2020. DO NOT EDIT.
Index ¶
- func Float64SliceLen(p sort.Float64Slice) int
- func Float64SliceLess(p sort.Float64Slice, i, j int) bool
- func Float64SliceSearch(p sort.Float64Slice, x float64) int
- func IntSliceLen(p sort.IntSlice) int
- func IntSliceLess(p sort.IntSlice, i, j int) bool
- func IntSliceSearch(p sort.IntSlice, x int) int
- func IntsAreSorted(a []int) bool
- func IsSorted(data sort.Interface) bool
- func Reverse(data sort.Interface) sort.Interface
- func Search(n int, f func(int) bool) int
- func SearchInts(a []int, x int) int
- func SearchStrings(a []string, x string) int
- func Slice(slice interface{}, less func(i, j int) bool)
- func SliceIsSorted(slice interface{}, less func(i, j int) bool) bool
- func SliceStable(slice interface{}, less func(i, j int) bool)
- func StringSliceLen(p sort.StringSlice) int
- func StringSliceLess(p sort.StringSlice, i, j int) bool
- func StringSliceSearch(p sort.StringSlice, x string) int
- func StringsAreSorted(a []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float64SliceLen ¶
func Float64SliceLen(p sort.Float64Slice) int
func Float64SliceLess ¶
func Float64SliceLess(p sort.Float64Slice, i, j int) bool
func Float64SliceSearch ¶
func Float64SliceSearch(p sort.Float64Slice, x float64) int
func IntSliceLen ¶
func IntsAreSorted ¶
func SearchInts ¶
func SearchStrings ¶
func SliceIsSorted ¶
func SliceStable ¶
func StringSliceLen ¶
func StringSliceLen(p sort.StringSlice) int
func StringSliceLess ¶
func StringSliceLess(p sort.StringSlice, i, j int) bool
func StringSliceSearch ¶
func StringSliceSearch(p sort.StringSlice, x string) int
func StringsAreSorted ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.