pub unsafe extern "C" fn yyjson_mut_arr_iter_remove(
iter: *mut yyjson_mut_arr_iter,
) -> *mut yyjson_mut_valExpand description
Removes and returns current element in the iteration.
If iter is NULL, this function will return NULL.
pub unsafe extern "C" fn yyjson_mut_arr_iter_remove(
iter: *mut yyjson_mut_arr_iter,
) -> *mut yyjson_mut_valRemoves and returns current element in the iteration.
If iter is NULL, this function will return NULL.