removeAt abstract method

$R removeAt(
  1. $K key
)

Returns a new map without the value at key

Implementation

$R removeAt($K key);