Skip to content

CustomArrayDictImpl.clear method

CustomArrayDictImpl › clear

Unofficial

Remove all values for the given key.

Signature:

clear(key: string): void

Parameters:

ParameterTypeDescription
keystringThe key to clear.

Returns: void