ixfx
    Preparing search index...
    • Make a connection between two vertices with a given weight. It returns the new graph as wll as the created edge.

      Parameters

      • graph: Readonly
      • from: string
      • to: string
      • Optionalweight: number

      Returns { edge: Readonly; graph: Readonly }