blob: 61b37a9374dce0b183cc0794e8abaea5dda72057 [file] [log] [blame]
// Package sortorder implements sort orders and comparison functions.
//
// Currently, it only implements so-called "natural order", where integers
// embedded in strings are compared by value.
package sortorder // import "vbom.ml/util/sortorder"