Usage:
x & y
Returns:
The binary AND of x and y
If x and y are /lists, the result is a list which contains items present in both x and y, in the order they were in in list x.
x & y
The binary AND of x and y
If x and y are /lists, the result is a list which contains items present in both x and y, in the order they were in in list x.