Index sequence of the values 0, 1, ..., N-1.
Declared in <absl/utility/utility.h>
template<size_t N>
using make_index_sequence [[deprecated("Use std::make_index_sequence instead.")]] = std::make_index_sequence<N>;
Deprecated: Use std::make_index_sequence instead.. Use of this entity is allowed but discouraged.