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