Accessors.jl
Accessors.jl copied to clipboard
`@delete c.a` doesn't require `.a` to be present
julia> @delete (;b=1).a
(b = 1,)
I expected an error. Is this intentional?
Yeah I guess some checks can be added to a bunch of those methods...