|
|
|
|
|
by p0nce
2245 days ago
|
|
It's often because these functions have unnamed types. Chain of lazy computations in D often return unnamed types (so called "Voldemort" types) because finding good names for those inner structs is a challenge, they have a single use (which is to have a particular signature). |
|
There is something so absurd about having "unnamed types" as an antipattern!