TrieGetSize
Syntax
native TrieGetSize(Trie:handle);
Usage
| Parameter | Description |
|---|---|
| handle | Map handle |
Description
Returns the number of entries in a hash map.
Return
Number of elements in the hash map
Error
If an invalid handle is provided an error will be thrown.