interface VariantGraphBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: GraphValues<N,V>
Implemented by: GraphBase.Types
, VariantValuedGraphBase.Types
, VariantGraph.Types
Properties
_N
undocumented
_N
_V
undocumented
_V
linkTarget
undocumented
linkTarget
Definition
readonly linkTarget:
Link.Target
<this['_N']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
VariantGraphBase.NonEmpty
<this['_N'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
VariantGraphBase
<this['_N'], this['_V']>;