Skip to main content

interface EdgeValuedGraphHashed.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

linkConnections

undocumented

Definition

readonly linkConnections: HashMap<this['_N'], this['_V']>;

linkConnectionsBuilder

undocumented

Definition

readonly linkConnectionsBuilder: HashMap.Builder<this['_N'], this['_V']>;

linkConnectionsContext

undocumented

Definition

readonly linkConnectionsContext: HashMap.Context<this['_N']>;

linkMap

undocumented

Definition

readonly linkMap: HashMap<this['_N'], HashMap<this['_N'], this['_V']>>;

linkMapBuilder

undocumented

Definition

readonly linkMapBuilder: HashMap.Builder<this['_N'], HashMap.Builder<this['_N'], this['_V']>>;

linkMapContext

undocumented

Definition

readonly linkMapContext: HashMap.Context<this['_N']>;

linkMapNonEmpty

undocumented

Definition

readonly linkMapNonEmpty: HashMap.NonEmpty<this['_N'], HashMap<this['_N'], this['_V']>>;

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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