| |
 | Posted by Monkyyy in reply to Kapendev | Permalink Reply |
|
Monkyyy 
Posted in reply to Kapendev
| On Friday, 29 August 2025 at 02:10:34 UTC, Kapendev wrote:
> On Thursday, 28 August 2025 at 21:26:18 UTC, monkyyy wrote:
> In light of phobos code sometimes having growing complexity in implementations, it maybe nice if every range function had a *Simplesuch as mapSimple` that had no overloading, no type checks, no default parameters, etc.
For canonical reference of behavior, debuging meta programming, and bandaiding if someone broke type inference inside template hell.
Code example?
Help thread earlier today about dense meta programming cycle bug where the cycle off the top of my head worked. Also basically whenever Phobos type checking is to agressive.
|