Crate replace_with

Source
Expand description

replace-with provides the replace_with function.

Functions§

replace_with
Uses f to replace the referent of dst with a new value.
replace_with_and
Uses f to replace the referent of dst and returns a value from the transformation.