Go Package sort: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


The package provides primitives for sorting slices of ints and floats and user-defined collections.
The package provides primitives for sorting slices of ints and floats and user-defined collections.
=Example=
<font color=red>'''TODO''' Introducing Go page 83.</font>

Revision as of 21:51, 31 March 2016

External

Internal

Overview

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

Example

TODO Introducing Go page 83.