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