remove
remove<
K,V>(key): (m) =>ReadonlyMap<K,V>
Defined in: Data/Dict.ts:202
Returns a new dictionary with the given key removed. If the key does not exist, the dictionary is returned unchanged.
Type Parameters
Section titled “Type Parameters”K
V
Parameters
Section titled “Parameters”K
Returns
Section titled “Returns”(m) => ReadonlyMap<K, V>