fd::none_of_fixed_duration — Check whether none 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 none_of_fixed_duration(const Rng & rng, Proj && proj = {});