IndOrdSeq.prototype.min = IndOrdSeq.prototype.head = function () {
        return this.tree.head();
    };