Something like this <https://github.com/JuliaLang/julia/pull/15529>?

On Tue, Mar 15, 2016 at 7:28 PM, Stefan Karpinski <ste...@karpinski.org>
wrote:

> It's just an absent feature – if you'd open an issue, I'm sure someone
> will add it shortly. It would make a pretty good intro issue.
>
> On Tue, Mar 15, 2016 at 12:43 PM, Michele Zaffalon <
> michele.zaffa...@gmail.com> wrote:
>
>> I have some arrays I would like to `append!` to the first. At the moment
>> I do
>>
>> reduce(append!, array_1, [array_2, array_3, ...]),
>>
>> but I would like to write
>>
>> append!(array_1, array_2, array_3, ...)
>>
>> just like for `push!`ing several items into the collection. Why is this
>> not allowed?
>>
>> Thank you,
>> michele
>>
>>
>>
>

Reply via email to