yyjson_mut_arr_get

Function yyjson_mut_arr_get 

Source
pub unsafe extern "C" fn yyjson_mut_arr_get(
    arr: *mut yyjson_mut_val,
    idx: usize,
) -> *mut yyjson_mut_val
Expand description

Returns the element at the specified position in this array. Returns NULL if array is NULL/empty or the index is out of bounds. @warning This function takes a linear search time.