julia check if arrays share an element code example Example: julia check if arrays share an element julia> any(in([1,2,4,5,8]), [2,45,122]) true