#include <kumi/functional/indexable.hpp>
Callable object computing the reversed index sequence.
#include <kumi/functional/indexable.hpp>
template<typename Size>
consteval auto reverser(Size s)
noexcept;
struct kumi::function::reverse_t reverser
Callable object computing the reversed index sequence.
- s: Length of the index sequence to generate
An index sequence equivalent to std::make_index_sequence<N> but filled from the end.