replace!
dispatches on ::Function
#50888
Labels
breaking
This change will break code
speculative
Whether the change will be implemented is speculative
I'm reporting functions that dispatch on types like
::Function
.replace!
is one of these.I propose
replacewith!
a a new name for the one that takes a callable, by analogy tomergewith!
, whose introduction is justified here:Related issue: #49085
The text was updated successfully, but these errors were encountered: