delete Method

Deletes a value using its key.

delete(key: K): boolean

Parameter Type Description
key K The key to delete

Returns - true if the key was found and deleted.

Defined in

Last Updated: 08 January, 2020