const

fun <T : Comparable<T>> const(n: T): QueryTree<T>
fun <T> const(n: T): QueryTree<T>

This is a small wrapper to create a QueryTree containing a constant value, so that it can be used to in comparison with other QueryTree objects.