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

x/rimbu/graph/custom/common/interface/variant-graph-base.ts>VariantGraphBase.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface VariantGraphBase.Types
implements GraphValues
import { type VariantGraphBase } from "https://deno.land/x/rimbu@0.14.1/graph/custom/common/interface/variant-graph-base.ts";
const { Types } = VariantGraphBase;

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

Properties

readonly
normal: VariantGraphBase<this["_N"], this["_V"]>
readonly
nonEmpty: VariantGraphBase.NonEmpty<this["_N"], this["_V"]>
readonly
linkTarget: Link.Target<this["_N"]>