elem package:pipes

(elem a p) returns True if p has an element equal to a, False otherwise
Outputs the indices of all elements that match the given element
(notElem a) returns False if p has an element equal to a, True otherwise