FLDeepIterator_New

Function FLDeepIterator_New 

Source
pub unsafe extern "C" fn FLDeepIterator_New(
    arg1: FLValue,
) -> FLDeepIterator
Expand description

Creates a FLDeepIterator to iterate over a dictionary. Call FLDeepIterator_GetKey and FLDeepIterator_GetValue to get the first item, then FLDeepIterator_Next.