HashTable.findEntryIndex

Finds the index of the entry

struct HashTable
uint
findEntryIndex
(
string key
)

Parameters

key string

The key of the entry to look for

Return Value

Type: uint

The index of the entry in the entries array

Meta