Element of Set? returns whether a single element is a member of a set. In order to check multiple elements, we currently have to place multiple nodes on the block diagram, which is rather redundant:
I would like to be able to connect multiple elements to a single node and check all elements at once:
As an example, I need to check if either of two elements is part of a set. If one of them is, add the other, otherwise do nothing:
This is certainly not a deal breaker, but in my opinion it makes sense to allow multiple elements to be connected to this node, especially considering that it is read-only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.