Skip to main content

interface EdgeValuedGraph.Types

Utility interface that provides higher-kinded types for this collection.

Properties

builder

undocumented

Definition

readonly builder: EdgeValuedGraph.Builder<this['_N'], this['_V']>;

context

undocumented

Definition

readonly context: EdgeValuedGraph.Context<this['_N']>;

nonEmpty

undocumented

Definition

readonly nonEmpty: EdgeValuedGraph.NonEmpty<this['_N'], this['_V']>;

normal

undocumented

Definition

readonly normal: EdgeValuedGraph<this['_N'], this['_V']>;