copy performs a deep copy (or "computed" reference). In real usage, you might store partial subtrees or do a shallow copy.
getHash returns the Merkle hash of this node.
getSum returns the 64-bit sum that this node contributes upward.
copy performs a deep copy (or "computed" reference). In real usage, you might store partial subtrees or do a shallow copy.