Function ic_agent::hash_tree::fork

source ·
pub fn fork<'a, 'l, 'r>(left: HashTree<'l>, right: HashTree<'r>) -> HashTree<'a>where
    'l: 'a,
    'r: 'a,
Expand description

Create a forked tree from two trees or node.