if (back.length) {
      if (!this.back) this.back = new Node();
      this.back.build(back);
    }