So is it like a Sequence from Mathematica? Sequence works like this: In[1]: f[a, Sequence[b, c], d] Out[1]: f[a, b, c, d]
W dniu czwartek, 3 kwietnia 2014 15:58:51 UTC+2 użytkownik Ethan Anderes napisał: > > Indeed, ... is very handy and I also missed it in the documentation. Would > it make sense to add more documentation for ... in the section that > introduces optional arguments (since it makes the syntax f(optional_args..) > more clear)? > > Maybe also add it to the docs for hcat, where I use it all the time?? > > Ethan > >
