Open
Description
The following APIs were approved but not implemented.
public static unsafe Vector<T> AndNot(Vector<T> left, Vector<T> right)
public static unsafe Vector<T> OrNot(Vector<T> left, Vector<T> right)
These were not implemented because these methods operate only on predicates.
We should either find a way to implement them using vectors OR get an API review to approve the removal of the approval.