natsort

package
v2.10.1-0...-2a44a89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2020 License: MIT Imports: 4 Imported by: 1

README

This is from https://godoc.org/bitbucket.org/zombiezen/cardcpx/natsort

I modified it to be compatible with the Python natsort package.
I'll move this to vendor/ once he accepts our PR.

Documentation

Overview

Package natsort provides an implementation of the natural sorting algorithm. See http://blog.codinghorror.com/sorting-for-humans-natural-sort-order/.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Less

func Less(s, t string) bool

Less reports whether s is less than t.

func LessRunes

func LessRunes(s, t []rune) bool

LessRunes reports whether s is less than t.

func Strings

func Strings(s []string)

Strings sorts a slice of strings with Less.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL