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