Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

merge a collection of named tuples #48

Open
BeastyBlacksmith opened this issue Mar 28, 2018 · 1 comment
Open

merge a collection of named tuples #48

BeastyBlacksmith opened this issue Mar 28, 2018 · 1 comment

Comments

@BeastyBlacksmith
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants