Otherwise, if T is an array type ([dcl.array]) and
remove_all_extents_t<T> is an incomplete type,
ranges::data(E) is ill-formed with no diagnostic required.
Otherwise, if ranges::begin(t)
is a valid expression whose type models
contiguous_iterator,
ranges::data(E) is expression-equivalent to
to_address(ranges::begin(t)).