Discover Packages
github.com/nspcc-dev/neo-go
pkg
core
interop
iterator
package
Version:
v0.95.1-pre
Opens a new window with list of versions in this module.
Published: May 17, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
IsIterator returns whether stackitem implements iterator interface.
Next advances the iterator, pushes true on success and false otherwise.
Value returns current iterator value and depends on iterator type:
For slices the result is just value.
For maps the result is key-value pair packed in a struct.
Values returns an array of up to `max` iterator values. The second
return parameter denotes whether iterator is truncated.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.