oschulz / PropDicts.jl

Property dictionaries with support for deep merging
Other
8 stars 0 forks source link

Feature request: constructor using keyword arguments #5

Open tshort opened 1 year ago

tshort commented 1 year ago

Construction could be more concise and more like NamedTuples or DataFrames.

x = PropDict(a = PropDict(b = 7, c = 5, d = 2), e = "foo")
oschulz commented 1 year ago

Good point, let's do it!