Preparing search index...
The search index is not available
ixfx
ixfx
Collections
Graphs
Undirected
dumpGraph
Function dumpGraph
Return a string representation of the graph for debug inspection
dump
Graph
(
graph
)
:
string
Parameters
graph
:
Readonly
<
{
edges
:
readonly
Readonly
<
{
a
:
string
;
b
:
string
;
weight
?:
number
;
}
>
[]
;
vertices
:
IMapImmutable
<
string
,
Readonly
<
{
id
:
string
;
}
>
>
;
}
>
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Return a string representation of the graph for debug inspection