Open
Description
It would be very convenient to be able to use d.foo
with a d = Dict(:foo => ...)
.
Obviously, this would require defining methods of Base.getproperty
, Base.setproperty!
and Base.propertynames
for Dict{Symbol, <:Any}
in Base, which I guess would count as a breaking change. But now that #25311 is merged, it sure would be fun to have in. :-)
Metadata
Metadata
Assignees
Labels
No labels