Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/graph/custom/non-valued/interface/arrow-graph-base.ts>ArrowGraphBase.Types

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

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

Properties

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