HashTable.contains

Checks if key is in hash_table.

class HashTable
bool
contains
(
void* key
)

Parameters

key void*

a key to check

Return Value

Type: bool

TRUE if key is in hash_table, FALSE otherwise.

Meta

Since

2.32