Search

October 02
General »
...in terms of implementation, passing around attribute parameters is perhaps simpler to pull off.

A...
September 30
Learn »
...wise to create it without giving any parameters and start adding elements from 1. You...
September 28
Learn »
Passing a pointer or ref to a class variable allows the callee to modify the...
September 28
Learn »
An instance of a class is, of course, an object.  The instance's variables can...
September 28
Learn »
Hi,

I'm coming from C and some C++ so the way D stores class...
September 28
General »
...is it that C++ has explicit template parameters for lambdas for 4 years now and...
September 27
DIP Ideas »
...the `Expression` by an immediately invoked lambda `((Parameters) pure => Expression)(Arguments)` where `Arguments` is the...
September 26
Issues »
https://issues.dlang.org/show_bug.cgi?id=24635

--- Comment #2 from Bolpat <qs.il...
September 25
DIP Ideas »
...typeof( __traits(getMember, THIS_MODULE, member)) params == __parameters))
                    {
                        // LINFO("Packet Handler found: {} {}", attr, member.ptr...
September 25
Issues »
...type parameters in the lambda body
- Constraints are possible
- The ordering of type parameters is...
4 5 6 7 8 9 10 11 12 13 14 15
Next ›   Last »