void test_create_wheather_the_values_are_0_after_allocating_memmory(){ ArrayUtil arr_util = create(4,2); assert(((int *)arr_util.base)[0]==0); assert(((int *)arr_util ...
[rect_array_util] function: is_square_rect_array_of: returns whether a Rectangular ARRAY is a square Rectangular ARRAY of particular type. var is_square_rect_array_of ...