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