assert_type(nd.reshape(4), np.ndarray[tuple[int], np.dtype[np.int64]]) assert_type(nd.reshape((4,)), np.ndarray[tuple[int], np.dtype[np.int64]]) assert_type(nd ...