Home
last modified time | relevance | path

Searched defs:intsAreSortedImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_impl_120.go13 func intsAreSortedImpl(x []int) bool { return IsSorted(IntSlice(x)) } func
Dsort_impl_go121.go20 func intsAreSortedImpl(x []int) bool { return slices.IsSorted(x) } func