![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Oct 15, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sortproxy is a package that provides a sort proxy for the app.
type Sort interface {
Slice(x any, less func(i, j int) bool)
}
Sort is an interface for sort.
New is a constructor of SortProxy.
SortProxy is a struct that implements Sort.
Slice is a proxy for sort.Slice.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.