sort

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 License: MIT Imports: 0 Imported by: 0

README

sort

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Heap

type Heap struct {
	// Options
	Less func(o1, o2 interface{}) bool // required
	Size int                           // optional, 0 to not limit
	// contains filtered or unexported fields
}

func (*Heap) Append

func (h *Heap) Append(v interface{})

func (*Heap) Dump

func (h *Heap) Dump() []interface{}

Jump to

Keyboard shortcuts

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