# Functions
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.
Values returns an array of up to `maxNum` iterator values.
ValuesTruncated returns an array of up to `maxNum` iterator values.