import { type GraphConnectNonEmpty } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/index.ts";
Methods
addNodes(nodes: StreamSource<N>): WithGraphValues<Tp, N, V>["nonEmpty"]
Returns the non-empty graph with the nodes from the given nodes
StreamSource
added.
connectAll(links: StreamSource<WithGraphValues<Tp, N, V>["link"]>): WithGraphValues<Tp, N, V>["nonEmpty"]
Returns the non-empty graph with the connections from the given connections
StreamSource
added.