Deprecated alias for std::remove_all_extents_t. Prefer the std version directly.
Declared in <absl/meta/type_traits.h>
template<class T>
using remove_all_extents_t [[deprecated]] = std::remove_all_extents_t<T>;
Deprecated. Use of this entity is allowed but discouraged.