Searched defs:intsAreSortedImpl (Results 1 – 2 of 2) sorted by relevance
13 func intsAreSortedImpl(x []int) bool { return IsSorted(IntSlice(x)) } func
20 func intsAreSortedImpl(x []int) bool { return slices.IsSorted(x) } func