replace abstract method

$R replace(
  1. $K key,
  2. $V v
)

Returns a new map with the value at key replaced with a new value

Implementation

$R replace($K key, $V v);