Closed sebastiang closed 9 years ago
LGTM; I'm not a big fan of the syntax either, but we might as well stick with whatever is in Base for now, and then update again if the syntax changes. It might not, after all :)
Thanks for tackling this, @sebastiang!
updated the botched translate
Thanks!
I'm not clear on whether the new
Tuple{Vararg{T}}
syntax is locked down, but this change at least getsGrid
to compile and pass tests. I have to admit I'm not a fan of theVararg
, preferring ellipses, but I know that's been bike-shedded around extensively elsewhere.