Versions in this module Expand all Collapse all v0 v0.8.1 Apr 5, 2022 Changes in this version + func IgnoreCase(a, b string) int + func Int(a, b T) int + func Natural(a, b T) int + func SortSlice(slice []T, comparator Comparator[T]) + type Comparator func(a, b T) int + func ByKey(cmp Comparator[K]) Comparator[item.Pair[K, V]] + func ByVal(cmp Comparator[V]) Comparator[item.Pair[K, V]] + func Inverse(cmp Comparator[T]) Comparator[T]