DICTIONARY methods
Name | Description |
---|---|
|
Removes all elements of the dictionary. |
|
Checks if an element with the given key exists in the dictionary. |
|
Copies all elements of the dictionary into another dictionary. |
|
Returns a dynamic array of all keys of the dictionary. |
|
Returns the number of elements in the dictionary. |
|
Removes an element of the dictionary identified by the key. |