Skip to main content
Module

x/rimbu/graph/custom/index.ts>Link

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace Link
Re-export
import { Link } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";

Functions

Returns a graph Link from the given node1 and node2 nodes.

Returns a graph Link from the given 2-tuple tuple.

Returns the given potentially valued link link as a 2-tuple

type alias Link
Re-export
import { type Link } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";

A potentially valued connection between two nodes, being a 2-valued or 3-valued tuple of which the first two elements are nodes