pub fn fork<'a, 'l, 'r>(left: HashTree<'l>, right: HashTree<'r>) -> HashTree<'a> where 'l: 'a, 'r: 'a,
Create a forked tree from two trees or node.