Searched defs:stringsAreSortedImpl (Results 1 – 2 of 2) sorted by relevance
15 func stringsAreSortedImpl(x []string) bool { return IsSorted(StringSlice(x)) } func
22 func stringsAreSortedImpl(x []string) bool { return slices.IsSorted(x) } func