astisort

package
v1.3.1-0...-4e0822b Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Int64

func Int64(a []int64)

Int64 sorts a slice of int64s in increasing order.

func Uint16

func Uint16(a []uint16)

Uint16 sorts a slice of uint16s in increasing order.

func Uint8

func Uint8(a []uint8)

Uint8 sorts a slice of uint8s in increasing order.

Types

type Int64Slice

type Int64Slice []int64

Int64Slice attaches the methods of Interface to []int64, sorting in increasing order.

func (Int64Slice) Len

func (p Int64Slice) Len() int

func (Int64Slice) Less

func (p Int64Slice) Less(i, j int) bool

func (Int64Slice) Swap

func (p Int64Slice) Swap(i, j int)

type UInt16Slice

type UInt16Slice []uint16

UInt16Slice attaches the methods of Interface to []uint16, sorting in increasing order.

func (UInt16Slice) Len

func (p UInt16Slice) Len() int

func (UInt16Slice) Less

func (p UInt16Slice) Less(i, j int) bool

func (UInt16Slice) Swap

func (p UInt16Slice) Swap(i, j int)

type UInt8Slice

type UInt8Slice []uint8

UInt8Slice attaches the methods of Interface to []uint8, sorting in increasing order.

func (UInt8Slice) Len

func (p UInt8Slice) Len() int

func (UInt8Slice) Less

func (p UInt8Slice) Less(i, j int) bool

func (UInt8Slice) Swap

func (p UInt8Slice) Swap(i, j int)

Jump to

Keyboard shortcuts

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