Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed sort.d.ts SortDefine []byte SortDeclared = map[string]any{ "find": sort.Find, "float64sAreSorted": sort.Float64sAreSorted, "intsAreSorted": sort.IntsAreSorted, "isSorted": sort.IsSorted, "strings": sort.Strings, "ints": sort.Ints, "searchInts": sort.SearchInts, "sliceStable": sort.SliceStable, "stable": sort.Stable, "float64s": sort.Float64s, "search": sort.Search, "searchFloat64s": sort.SearchFloat64s, "searchStrings": sort.SearchStrings, "slice": sort.Slice, "reverse": sort.Reverse, "sliceIsSorted": sort.SliceIsSorted, "sort": sort.Sort, "stringsAreSorted": sort.StringsAreSorted, } )
Functions ¶
This section is empty.
Types ¶
type SortModule ¶
type SortModule struct{}
func (SortModule) Exports ¶
func (S SortModule) Exports() map[string]any
func (SortModule) Identity ¶
func (S SortModule) Identity() string
func (SortModule) TypeDefine ¶
func (S SortModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.