native
TrieIterGetSize
Syntax
native TrieIterGetSize(TrieIter:handle);
Description
Retrieves the number of elements in the underlying map.
Parameters
| handle | Iterator handle |
|---|
Note
When used on a valid iterator this is exactly the same as calling TrieGetSize on the map directly.
Return
Number of elements in the map
Error
Invalid handle
Iterator has been closed (underlying map destroyed)
Iterator is outdated