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