:: Eq a => [a] -> a -> Bool package:rio

Does the element occur in the structure?
notElem is the negation of elem.
O(n) Check if the vector contains an element