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