I'm here to ask some questions that may be silly :>
My most favorite one:
auto add(std::integral auto&&... args) { return (std::forward<decltype(args)>(args) + ... + 0); }