Skip to main content
Module

x/rimbu/mod.ts>ArrowValuedGraph.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface ArrowValuedGraph.Types
implements [ArrowValuedGraphBase.Types]
import { type ArrowValuedGraph } from "https://deno.land/x/rimbu@0.14.0/mod.ts";
const { Types } = ArrowValuedGraph;

Utility interface that provides higher-kinded types for this collection.

Properties

readonly
normal: ArrowValuedGraph<this["_N"], this["_V"]>
readonly
nonEmpty: ArrowValuedGraph.NonEmpty<this["_N"], this["_V"]>
readonly
context: ArrowValuedGraph.Context<this["_N"]>
readonly
builder: ArrowValuedGraph.Builder<this["_N"], this["_V"]>