pub unsafe extern "C" fn yyjson_mut_arr_clear(
arr: *mut yyjson_mut_val,
) -> boolExpand 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.