Is there an elegant way to do "not in" in Julia?

I am trying to convert a python script to Julia. I am checking to make sure I am doing this code in the most optimal way. Please see the following code: julia> a = [1,2,3,4,5] 5-element Array{...