gethasvalue
gethasvalue |
Purpose
Queries whether the array iterator is positioned on an array entry
Synopsis
function xreflect~gethasvalue(it:xreflect~arrayiterator):boolean
Argument
it
|
The array iterator
|
Return value
true if the iterator is positioned on an array entry, false if it before the first entry or after the last
Related topics