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