for (const i of b.i) {
      if (ai.has(i) || aj.has(i)) {
        return true
      }
    }