Go Package sort
Jump to navigation
Jump to search
External
Internal
Overview
The package provides primitives for sorting slices of ints and floats and user-defined collections.
The sort
package.
sort.Ints(slice)
sort.Float64s(slice)
sort.Strings(slice)
Example
TODO Introducing Go page 83.