Function ic_agent::hash_tree::fork

source ·
pub fn fork<Storage>(
    left: HashTree<Storage>,
    right: HashTree<Storage>
) -> HashTree<Storage>where
    Storage: AsRef<[u8]>,
Expand description

Create a forked tree from two trees or node.