ixfx
Preparing search index...
Collections
Graphs
Directed
dumpGraph
Function dumpGraph
dumpGraph
(
graph
:
|
Readonly
<
{
vertices
:
IMapImmutable
<
string
,
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
>
;
}
,
>
|
Iterable
<
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
any
,
any
,
>
,
)
:
string
Return a string representation of the graph for debug inspection
Parameters
graph
:
|
Readonly
<
{
vertices
:
IMapImmutable
<
string
,
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
>
;
}
,
>
|
Iterable
<
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
any
,
any
,
>
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Return a string representation of the graph for debug inspection