[#250B751DF090E46144E2F4FC13C73209DC8FD262]

Function range_rule

Synopsis

            template<
    class Rule1,
    class Rule2>
constexpr
range_rule_t
range_rule(
    Rule1 const& first,
    Rule2 const& next,
    std::size_t N = 0,
    std::size_t M = std::size_t(-1)) noexcept;