Skip to main content
Module

x/rimbu/mod.ts>Graph.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface Graph.Types
implements [GraphBase.Types]
import { type Graph } from "https://deno.land/x/rimbu@0.13.1/mod.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"]>