Benji Smith wrote: > Quick question: is "!" an operator in this context? Yes. > (Or is it > something-other-than-an-operator? If so, what is it?) > > Is this code legal: > > (foo!bar)[] myArray; Yes, just like: foo.bar[] myArray; is legal.