go.sort

Go to Haxe source-to-source compiler

..
Float64Slice

Float64Slice implements Interface for a []float64, sorting in increasing order, with not-a-number (NaN) values ordered before other values.

Float64SlicePointer

Float64SlicePointerPointer

Float64SlicePointer_asInterface

Float64Slice_asInterface

IntSlice

IntSlice attaches the methods of Interface to []int, sorting in increasing order.

IntSlicePointer

IntSlicePointerPointer

IntSlicePointer_asInterface

IntSlice_asInterface

Interface

An implementation of Interface can be sorted by the routines in this package. The methods refer to elements of the underlying collection by integer index.

Sort

Package sort provides primitives for sorting slices and user-defined collections.

StringSlice

StringSlice attaches the methods of Interface to []string, sorting in increasing order.

StringSlicePointer

StringSlicePointerPointer

StringSlicePointer_asInterface

StringSlice_asInterface