Andrei Alexandrescu wrote:
> Denis Koroskin wrote:
>> What is Complex!float[] - Complex!(float)[] or Complex!(float[])?
>
> My intent is for ! to bind the tightest.
So, would it be legal to write it like this?
(Complex!float)[] array;
--benji