Index sequence covering the given parameter pack.
Declared in <absl/utility/utility.h>
template<class... T>
using index_sequence_for [[deprecated("Use std::index_sequence_for instead.")]] = std::index_sequence_for<T...>;
Deprecated: Use std::index_sequence_for instead.. Use of this entity is allowed but discouraged.