Function yrs::yarray_iter
source · [−]Expand description
Returns an iterator, which can be used to traverse over all elements of an array (array’s
length can be determined using yarray_len function).
Use yarray_iter_next function in order to retrieve a consecutive array elements. Use yarray_iter_destroy function in order to close the iterator and release its resources.