[julia-users] Re: appending `Take`s, `Zip`s & friends to a vector

2016-05-15 Thread Steven G. Johnson
See https://github.com/JuliaLang/julia/issues/7798


[julia-users] Re: appending `Take`s, `Zip`s & friends to a vector

2016-05-15 Thread Steven G. Johnson


On Sunday, May 15, 2016 at 8:42:24 AM UTC-4, Davide Lasagna wrote:
>
> append!(some_int_array, repeated(1, 10))
>

Yes, there should probably be a method that allows an arbitrary iterator 
for the second argument; currently only instances of AbstractVector are 
allowed.   A PR would be welcome.