Go Package sort: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://golang.org/pkg/sort/ =Internal= * Standard Library")
 
No edit summary
Line 6: Line 6:


* [[Go Concepts - Standard Library#Packages|Standard Library]]
* [[Go Concepts - Standard Library#Packages|Standard Library]]
=Overview=
The package provides primitives for sorting slices and user-defined collections.

Revision as of 20:15, 31 March 2016

External

Internal

Overview

The package provides primitives for sorting slices and user-defined collections.