I used to have a type definition as a tuple of ints of variable length

immutable foo
  d::(Int...)
end


In the latest 0.4 I tried to do Tuple{Int...} but it doesn't work.    What 
should I do?

(Maybe the answer is just change to Vector{Int}?)

Reply via email to