//
pkg.gl
Category
github.com/rogpeppe/go-internal
fmtsort
package
1.14.1
Repository:
https://github.com/rogpeppe/go-internal.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
9
Files
175 SLOC
#
Functions
Sort
Sort accepts a map and returns a SortedMap that has the same keys and values but in a stable sorted order according to the keys, modulo issues raised by unorderable key values such as NaNs.
#
Structs
SortedMap
SortedMap represents a map's keys and values.