Examples using... sort.IntsAreSorted()

Recent
IntsAreSorted tests whether a slice of ints is sorted in increasing order.
Go’s sort package implements sorting for builtins and user-defined types.