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.
