IndOrdSeq.prototype.max = IndOrdSeq.prototype.last = function () {
        return this.tree.last();
    };