sortproxy

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package sortproxy is a package that provides a sort proxy for the app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sort

type Sort interface {
	Slice(x any, less func(i, j int) bool)
}

Sort is an interface for sort.

func New

func New() Sort

New is a constructor of SortProxy.

type SortProxy

type SortProxy struct{}

SortProxy is a struct that implements Sort.

func (*SortProxy) Slice

func (*SortProxy) Slice(x any, less func(i, j int) bool)

Slice is a proxy for sort.Slice.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL