Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

fold

container.mutable_tree_map.fold

perform an in-order traversal of the tree and process the entries
encountered using the initial value init and the combinator feature
f. the latter takes the last result of the computation and the node
currently visited and combines this information in some way.