Maybe you mean if all(in(a), x), to check whether all of the elements of x are in a, or if any(in(a), x) to check whether any elements of x are in a?
4 Likes
Maybe you mean if all(in(a), x), to check whether all of the elements of x are in a, or if any(in(a), x) to check whether any elements of x are in a?