pub unsafe extern "C" fn yyjson_mut_arr_get_first(
arr: *mut yyjson_mut_val,
) -> *mut yyjson_mut_valExpand description
Returns the first element of this array.
Returns NULL if arr is NULL/empty or type is not array.
pub unsafe extern "C" fn yyjson_mut_arr_get_first(
arr: *mut yyjson_mut_val,
) -> *mut yyjson_mut_valReturns the first element of this array.
Returns NULL if arr is NULL/empty or type is not array.