ixfx
Preparing search index...
Collections
Graphs
Directed
adjacentVertices
Function adjacentVertices
adjacentVertices
(
graph
:
Readonly
,
context
:
|
undefined
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
)
:
Generator
<
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
void
,
unknown
,
>
Iterate over all the vertices connected to
context
vertex
Parameters
graph
:
Readonly
Graph
context
:
|
undefined
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
id or Vertex.
Returns
Generator
<
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
void
,
unknown
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Iterate over all the vertices connected to
context
vertex