ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
flatten_forks
Function flatten_forks
flatten_forks
(
t
:
utils
.
agent
.
HashTree
,
)
:
(
|
utils
.
agent
.
LabeledHashTree
|
utils
.
agent
.
LeafHashTree
|
utils
.
agent
.
PrunedHashTree
)
[]
If the tree is a fork, flatten it into an array of trees
Parameters
t
:
utils
.
agent
.
HashTree
the tree to flatten
Returns (
|
utils
.
agent
.
LabeledHashTree
|
utils
.
agent
.
LeafHashTree
|
utils
.
agent
.
PrunedHashTree
)
[]
the flattened tree
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...
If the tree is a fork, flatten it into an array of trees