You can do `NTuple{N, Int}`.
Dahua
On Sunday, April 19, 2015 at 8:05:25 AM UTC+8, Sheehan Olver wrote:
>
>
> 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]
> <javascript:>> wrote:
> >
> > Tuple{Vararg{Int}}
> >
> > ... whether to include an abbreviated syntax like Tuple{...Int} is
> currently being discussed.
>
>