TrieIterNext

Syntax

native TrieIterNext(TrieIter:handle);

Usage

handle
Iterator handle

Description

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

Error

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