import { type Graph } from "https://deno.land/x/rimbu@1.0.0/graph/main/index.ts";
const { Types } = Graph;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: Graph<this["_N"]>readonly
nonEmpty: Graph.NonEmpty<this["_N"]>readonly
context: Graph.Context<this["_N"]>