contains

fun contains(hashTable: HashTable, key: <Error class: unknown class>? = null): Boolean(source)

Checks if @key is in @hash_table.

Return

true if @key is in @hash_table, false otherwise.

Since

2.32

Parameters

hashTable

a #GHashTable

key

a key to check