order

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: May 8, 2026 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package order provides ordering helpers for memory data structures.

New code should import this package for sorting helpers:

import "github.com/InsideGallery/core/memory/order"

Compatibility: memory/utils.Sort remains available for existing consumers. Prefer order.Sort in new code and keep additional ordering helpers near this package rather than extending the legacy aggregate path.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Sort

func Sort(values []interface{}, compare comparator.Comparator)

Sort sorts values in place according to the comparator.

Types

This section is empty.

Jump to

Keyboard shortcuts

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