HashTable.remove

Removes an item from the table

struct HashTable
bool
remove
(
string key
)

Parameters

key string

The name of the entry to be removed

Return Value

Type: bool

false if the key doesn't exist and true if it does exist

Meta