JuliaData / NamedTuples.jl

[DEPRECATED] NamedTuples.jl
Other
30 stars 17 forks source link

merge a collection of named tuples #48

Open BeastyBlacksmith opened 6 years ago

BeastyBlacksmith commented 6 years ago

At the moment merge can merge only two named tuples at a time. It would be good to extend this to allow for collections of named tuples.

dylanfesta commented 5 years ago

It seems they implemented it starting from Julia 1.1 https://docs.julialang.org/en/v1/base/collections/#Base.merge

funnily enough I could not understand how to concatenate named tuples, before stumbling on this issue. There is no mention of merge in the documentation related to NamedTuple