yyjson_mut_arr_get_first

Function yyjson_mut_arr_get_first 

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

Returns the first element of this array. Returns NULL if arr is NULL/empty or type is not array.