September 25 [Issue 24785] Add explicit template arguments for lambdas | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24785 --- Comment #1 from Bolpat <qs.il.paperinik@gmail.com> --- This would enable things like: ```d allSatisfy!(function template(T) => is(T : Object), ...) ``` Although requiring some modifications to `allSatisfy` to make it call a function pointer or delegate with zero arguments if given one via `alias`. -- |
September 25 [Issue 24785] Add explicit template arguments for lambdas | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24785 Bolpat <qs.il.paperinik@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |qs.il.paperinik@gmail.com -- |
Copyright © 1999-2021 by the D Language Foundation