native

TrieIterNext

Syntax

native TrieIterNext(TrieIter:handle);

Description

Advances the iterator to the next key/value pair if one is available.

Parameters

handle Iterator handle

Error

Invalid Handle
Iterator has been closed (underlying map destroyed)
Iterator is outdated