Function eq

Source
pub fn eq(x: &Node, y: &Node) -> Node
Expand description

Constructs a node that evaluates to true if and only if x and y evaluate to the same value.