contains(nodes: Node[], value: Node) : number
Returns 1 if the node's value is contained in the array of nodes, 0 otherwise.
contains(values: Node[], value: Node) => Node
Returns 1 if the node's value is contained in the array of nodes, 0 otherwise.
contains(values: Node[], value: Node) => Node