put abstract method

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

Returns a new map with value inserted at key

Implementation

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