Function: keysetTerms()
keysetTerms(
ascending):KeysetTerm[]
Defined in: ts/src/keyset.ts:21
Lexicographic keyset predicate as OR-of-AND terms for the effective key
directions. ascending[i] is the direction of key i after any
backward-pagination flip; the strict comparison is gt when ascending, else
lt. Render key[i] OP value[i], AND each term, then OR the terms.
Parameters
ascending
readonly boolean[]