interface ArrowValuedGraph.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
ArrowValuedGraph.Builder
<this['_N'], this['_V']>;
context
undocumented
context
Definition
readonly context:
ArrowValuedGraph.Context
<this['_N']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
ArrowValuedGraph.NonEmpty
<this['_N'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
ArrowValuedGraph
<this['_N'], this['_V']>;