pub unsafe extern "C" fn array_container_equals(
    container1: *const array_container_t,
    container2: *const array_container_t
) -> bool
Expand description

Return true if the two arrays have the same content.