:: Eq a => [a] -> a -> Bool -package:Cabal -package:tonalude -package:data-ordlist -package:ghc-lib-parser package:vector

O(n) Check if the vector contains an element.
O(n) Check if the vector does not contain an element (inverse of elem).