Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 468 Bytes

File metadata and controls

23 lines (14 loc) · 468 Bytes

Home > @velcro/common > MapSet > delete

MapSet.delete() method

Signature:

delete(key: K, value: V): boolean;

Parameters

Parameter Type Description
key K
value V

Returns:

boolean