fd::any_of_fixed_duration — Check whether any of the given schedules is a 'fixed duration' schedule.
// In header: <fd/algorithm.h> template<std::ranges::input_range Rng, typename Proj = std::identity> bool any_of_fixed_duration(const Rng & rng, Proj && proj = {});