package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Oct 16, 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.