On Wednesday, April 13, 2016 at 6:22:27 PM UTC-4, Greg Plowman wrote:
>
> Considering the existing append! is pretty loose wrt the items being 
> appended, a simple extension to the signature might work:
>
> append!{T}(a::Array{T,1}, items::Union{AbstractVector,Tuple})
>

Arguably, the signature should be append!(a::AbstractVector, itr), i.e. you 
should be able to append any iterable object.

Reply via email to