Searched defs:float64sAreSortedImpl (Results 1 – 2 of 2) sorted by relevance
14 func float64sAreSortedImpl(x []float64) bool { return IsSorted(Float64Slice(x)) } func
21 func float64sAreSortedImpl(x []float64) bool { return slices.IsSorted(x) } func