package compare
import "github.com/gohugoio/hugo/compare"
Index ¶
- func LessStrings(s, t string) bool
- func Strings(s, t string) int
- type Comparer
- type Eqer
- type ProbablyEqer
Functions ¶
func LessStrings ¶
LessStrings returns whether s is less than t lexicographically.
func Strings ¶
Strings returns an integer comparing two strings lexicographically.
Types ¶
type Comparer ¶
Comparer can be used to compare two values. This will be used when using the le, ge etc. operators in the templates. Compare returns -1 if the given version is less than, 0 if equal and 1 if greater than the running version.
type Eqer ¶
Eqer can be used to determine if this value is equal to the other. The semantics of equals is that the two value are interchangeable in the Hugo templates.
type ProbablyEqer ¶
ProbablyEqer is an equal check that may return false positives, but never a false negative.
Source Files ¶
- Version
- v0.96.0
- Published
- Mar 26, 2022
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 2 seconds ago –
Tools for package owners.