Cool!  Is there a way to specify exactly the number?  I actually know 
the number of args as a templated variable, so would want to do:

        immutable Foo{n}
                d::Tuple{Vararg{Int,n}}
        end



> On 19 Apr 2015, at 9:39 am, Steven G. Johnson <[email protected]> wrote:
> 
> Tuple{Vararg{Int}}
> 
> ... whether to include an abbreviated syntax like Tuple{...Int} is currently 
> being discussed.

Reply via email to