Let e be the expression
tag_of_t<Sndr>().transform_sender(std::forward<Sndr>(sndr), env...)
if that expression is well-formed;
otherwise, std::forward<Sndr>(sndr).
Let e be the expression
tag_of_t<Sndr>().transform_env(std::forward<Sndr>(sndr), std::forward<Env>(env))
if that expression is well-formed;
otherwise, static_cast<Env>(std::forward<Env>(env)).