To clarify what I think Yichao is trying to say: julia> Tuple{Int64,Int64}((2,3)) === (2,3) true
Do you have a need to construct a tuple with the first syntax that can't be done with the second? On Fri, Jul 10, 2015 at 8:07 AM, Yichao Yu <yyc1...@gmail.com> wrote: > On Fri, Jul 10, 2015 at 11:02 AM, andrew cooke <and...@acooke.org> wrote: > > > > if it doesn't affect you that's great! means it would mean it's easy to > > change without worrying you... > > Well, my question is why would you want to call it? > > > > > On Friday, 10 July 2015 11:57:57 UTC-3, Yichao Yu wrote: > >> > >> On Fri, Jul 10, 2015 at 10:52 AM, andrew cooke <and...@acooke.org> > wrote: > >> > https://github.com/JuliaLang/julia/issues/8470#issuecomment-120427405 > >> > > >> > >> Well, I don't really find this an issue since you don't really need to > >> call it directly. Not even the `tuple` function. > >> > >> > > >> > > >> > On Friday, 10 July 2015 11:09:13 UTC-3, Scott Jones wrote: > >> >> > >> >> @David I totally agree, and I don't think it's just us! Having to > >> >> remember that a trailing , is necessary for single element tuples > threw > >> >> me a > >> >> lot at first also! >