FLArrayIterator_Begin

Function FLArrayIterator_Begin 

Source
pub unsafe extern "C" fn FLArrayIterator_Begin(
    arg1: FLArray,
    arg2: *mut FLArrayIterator,
)
Expand description

Initializes a FLArrayIterator struct to iterate over an array. Call FLArrayIteratorGetValue to get the first item, then FLArrayIteratorNext.