Seq.prototype.measure = Seq.prototype.len = function () {
        return this.tree.measure();
    };