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