> > The unary & is a special syntax, not a generic operator, that you can only > use in ccall expressions.
Actually, there is a fallback no-op method (&)(x::Integer) = x defined for "bitwise and" with one argument, which Scott's example invokes. Thanks, Jiahao Chen Research Scientist MIT CSAIL