Fix seeding with undefined elements
Fixes #436. Fixes #740.
I didn't know about isassigned, this seems appropriate. Could this cause a slowdown in the vast majority of cases where similar actually assigns stuff?
Could this cause a slowdown in the vast majority of cases where similar actually assigns stuff?
I put it behind an isbitstype check, so it should never be hit for bit types (such as Float64, Float32, Duals of Float64, Complex of FloatXY, etc.)
What's the word on this one? Do we want it?
gentle bump from me as well
Bump again
I guess let's go with _unsetindex! for now then. 👍
I opened https://github.com/JuliaLang/julia/issues/59394 regarding unsetindex!.