#include <kumi/functional/indexable.hpp>
Callable object computing underlying index sequences of the input domain divided in two parts.
#include <kumi/functional/indexable.hpp>
template<typename N, typename Size>
consteval auto splitter(N n, Size s)
noexcept;
struct kumi::function::split_t splitter
Callable object computing underlying index sequences of the input domain divided in two parts.
- n: Midpoint split pivot
- s: Size of the input domain to split
A kumi::projection_map tracking partitioned left and right index segments.