FLArray_Get

Function FLArray_Get 

Source
pub unsafe extern "C" fn FLArray_Get(
    arg1: FLArray,
    index: u32,
) -> FLValue
Expand description

Returns an value at an array index, or NULL if the index is out of range.