Skip to main content

FLKeyPath_GetElement

Function FLKeyPath_GetElement 

Source
pub unsafe extern "C" fn FLKeyPath_GetElement(
    arg1: FLKeyPath,
    i: usize,
    outDictKey: *mut FLSlice,
    outArrayIndex: *mut i32,
) -> bool
Expand description

Returns an element of a path, either a key or an array index.