Initializing help system before first use

getindices

getindices


Purpose
Obtain the index values for the current entry of the array iterator
Synopsis
function xreflect~getindices(it:xreflect~arrayiterator):list of xreflect~basicvalue
Argument
it 
The array iterator
Return value
A list of one basicvalue for each index set of the array
Further information
If the iterator is positioned before the first or after the last array entry, returns an empty list
Related topics