-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. setsfeatureIndicates new feature / enhancement requestsIndicates new feature / enhancement requests
Description
I am trying to do:
d = (solver = 2, b = 3)
f = same tuple as d but without :solver
The JuliaData/NamedTuples has a delete
method, so one can do something like f = delete(d, :solver)
. It would be nice to have it for Core.NamedTuple
as well, if possible.
JeffBezanson, ararslan and bramtayl
Metadata
Metadata
Assignees
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. setsfeatureIndicates new feature / enhancement requestsIndicates new feature / enhancement requests