CustomArrayDictImpl.remove method
CustomArrayDictImpl › remove
Unofficial
Remove a specific value from the array associated with the given key.Signature:
remove(key: string, value: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key. |
| value | T | The value to remove. |
Returns: void