On Thursday, 10 October 2024 at 06:56:46 UTC, zjh wrote:
> `C++` has a deduced this,like this:
> ```cpp
> struct A {
> template <typename Self>
> void bar(this Self&& self);
> };
> ```
The `reduced this` here should be similar to simplifying
countless versions of `this`.
The benefits of `deduction` are truly infinite.