|
Looks up key in table, returning defaultValue if
key is not in table
-
key
:
'Key
-
table
:
Map<'Key, 'Value>
-
defaultValue
:
'Value
-
Returns:
'Value
|
|
Return array of all keys in table
-
table
:
Map<'Key, 'Value>
-
Returns:
'Key[]
|
|
Return array of all values in table
-
table
:
Map<'Key, 'Value>
-
Returns:
'Value[]
|