#include <kumi/functional/indexable.hpp>
Callable object computing the index map associated to the rotation operation.
#include <kumi/functional/indexable.hpp>
template<typename Size, typename Rotation>
consteval auto rotater(Size s, Rotation r)
noexcept;
struct kumi::function::rotate_t rotater
Callable object computing the index map associated to the rotation operation.
- s: Compile-time length of the input domain
- r: Rotation factor
A std::index_sequence mapping circularly rotated values.