Function output of the not_in_tree function where the input tree is tree, the values are values, and the new values are result
elements of values not in tree tree
Format:
output of the not_in_tree function where the input tree is tree, the values are values, and the new values are result
Input:
Output:
Properties that reference this function:
Conditional properties that reference this function:
if tree tree contains value = False, then output of the not_in_tree function where the input tree is tree, the values are [ value, rest ], and the new values are result = output of the not_in_tree function where the input tree is tree, the values are rest, and the new values are [ value, result ]
(link)if tree tree contains value = True, then output of the not_in_tree function where the input tree is tree, the values are [ value, rest ], and the new values are result = output of the not_in_tree function where the input tree is tree, the values are rest, and the new values are result
(link)
Comments
Please log in to add comments