pub unsafe extern "C" fn yyjson_mut_set_int(
val: *mut yyjson_mut_val,
num: c_int,
) -> boolExpand description
Set the value to int. Returns false if input is NULL. @warning This function should not be used on an existing object or array.
pub unsafe extern "C" fn yyjson_mut_set_int(
val: *mut yyjson_mut_val,
num: c_int,
) -> boolSet the value to int. Returns false if input is NULL. @warning This function should not be used on an existing object or array.