Skip to main content

node_eq_two

Function node_eq_two 

Source
pub fn node_eq_two(
    lhs_allocator: &Allocator,
    lhs: NodePtr,
    rhs_allocator: &Allocator,
    rhs: NodePtr,
) -> bool
Expand description

Compare two CLVM trees that may belong to different allocators. Returns true if they are structurally identical, false otherwise.