Readonly
valThe value of this Reverse
.
Compare this and that Reverse
to determine their ordering.
When compared, Reverse
reverses the comparison of the values. In other
words, cmp(new Reverse(lhs), new Reverse(rhs))
is equivalent to
cmp(lhs, rhs).reverse()
.
Compare this and that Reverse
to determine their equality.
Two Reverse
are equal if their values are equal.
Generated using TypeDoc
A helper type for reversing order.