Home
last modified time | relevance | path

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

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