Crate replace_with

source ·
Expand description

replace-with provides the replace_with function.

Functions§

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