Skip to main content

interface ArrowValuedGraph.Types

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

Properties

builder

undocumented

Definition

readonly builder: ArrowValuedGraph.Builder<this['_N'], this['_V']>;

context

undocumented

Definition

readonly context: ArrowValuedGraph.Context<this['_N']>;

nonEmpty

undocumented

Definition

readonly nonEmpty: ArrowValuedGraph.NonEmpty<this['_N'], this['_V']>;

normal

undocumented

Definition

readonly normal: ArrowValuedGraph<this['_N'], this['_V']>;