remove
remove<
K,V>(key): (m) =>ReadonlyMap<K,V>
Defined in: Utils/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>
Parameters
Section titled “Parameters”ReadonlyMap<K, V>
Returns
Section titled “Returns”ReadonlyMap<K, V>