Home
last modified time | relevance | path

Searched refs:subListIsSorted (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/parser/
Dsort.go68 if !subListIsSorted(list.Values[i:j]) {
137 func subListIsSorted(values []Expression) bool { func