viva ~master (2021-03-16T19:32:06Z)
Home
Dub
Repo
HashTable.get
viva
collections
table
HashTable
Gets an entry from the table
struct
HashTable
Nullable
!
EntryValue
get
(
string
key
)
Parameters
key
string
The name of the entry
Return Value
Type:
Nullable
!
EntryValue
A nullable
EntryValue
object
Meta
Source
See Implementation
viva
collections
table
HashTable
constructors
this
functions
findEntry
findEntryIndex
get
getAll
hasEntry
merge
remove
set
variables
capacity
count
entries
Gets an entry from the table