wima
Preparing search index...
GraphEdge
Class GraphEdge<T>
Type Parameters
T
Index
Constructors
constructor
Properties
from
next
to
weight
Constructors
constructor
new
GraphEdge
<
T
>
(
from
:
number
,
to
:
number
,
weight
:
T
)
:
GraphEdge
<
T
>
Type Parameters
T
Parameters
from
:
number
to
:
number
weight
:
T
Returns
GraphEdge
<
T
>
Properties
from
from
:
number
next
next
:
[
number
,
number
]
= ...
to
to
:
number
weight
weight
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
from
next
to
weight
wima
Loading...