TrieSnapshotCreate
- Синтаксис
-
native Snapshot:TrieSnapshotCreate(Trie:handle);
Переменная | Описание |
---|---|
handle |
Map handle |
- Описание
- Creates a snapshot of all keys in a hash map. If the map is changed afterwards, the changes are not reflected in the snapshot. Keys are not sorted.
- Возвращает
- New map snapshot handle, which must be freed via TrieSnapshotDestroy()