pub unsafe extern "C" fn run_container_equals_array(
container1: *const run_container_t,
container2: *const array_container_t,
) -> boolExpand description
Return true if the two containers have the same content.
pub unsafe extern "C" fn run_container_equals_array(
container1: *const run_container_t,
container2: *const array_container_t,
) -> boolReturn true if the two containers have the same content.