plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val default_mkview : unit mkview
Mapping over a node with folding
When visiting a node: node
is executed with the current node. The function can stop the further traversal by returning `Return _
or continue the traversal by returning `Continue _
.
When leaving a node after traversing its sub nodes: When node
returns `Continue _
and its subnodes are traversed, then view
is executed. It is given a new view
consists of the subnodes returned by the traversal and a list of result 'a
.
ON THIS PAGE
No table of contents