Skip to content

CustomArrayDictImpl.remove method

CustomArrayDictImpl › remove

Unofficial

Remove a specific value from the array associated with the given key.

Signature:

remove(key: string, value: T): void

Parameters:

ParameterTypeDescription
keystringThe key.
valueTThe value to remove.

Returns: void