Searched defs:intsImpl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/ | ||
D | sort_impl_120.go | 9 func intsImpl(x []int) { Sort(IntSlice(x)) } func |
D | sort_impl_go121.go | 16 func intsImpl(x []int) { slices.Sort(x) } func |