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