nextvalue
nextvalue |
Purpose
Advance the array iterator to the next entry of the array
Synopsis
function xreflect~nextvalue(it:xreflect~arrayiterator):boolean
Argument
it
|
The array iterator
|
Return value
true if the array iterator is now positioned on an array entry, false if it is now positioned after the last entry of the array
Related topics