Skip to main content
Module

x/rimbu/mod.ts>ArrowGraph.Types

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

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

Properties

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