ixfx
    Preparing search index...
    • Iterate over all the vertices of the graph

      Parameters

      • graph: Readonly

      Returns Generator<
          Readonly<
              {
                  id: string;
                  out: readonly Readonly<{ id: string; weight?: number }>[];
              },
          >,
          void,
          unknown,
      >