yyjson_mut_arr_clear

Function yyjson_mut_arr_clear 

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

Removes all values in this array. @param arr The array from which all of the values are to be removed. Returns false if it is NULL or not an array. @return Whether successful.