October 02 General » Re: Parametric attributes | |||
|---|---|---|---|
| |||
...in terms of implementation, passing around attribute parameters is perhaps simpler to pull off. A... | |||
September 30 Learn » Re: Adapting foreign iterators to D ranges | |||
|---|---|---|---|
| |||
...wise to create it without giving any parameters and start adding elements from 1. You... | |||
September 28 Learn » Re: Best practices for class instance variables as parameters | |||
|---|---|---|---|
| |||
Passing a pointer or ref to a class variable allows the callee to modify the... | |||
September 28 Learn » Re: Best practices for class instance variables as parameters | |||
|---|---|---|---|
| |||
An instance of a class is, of course, an object. The instance's variables can... | |||
September 28 Learn » Best practices for class instance variables as parameters | |||
|---|---|---|---|
| |||
Hi, I'm coming from C and some C++ so the way D stores class... | |||
September 28 General » Template Lambdas | |||
|---|---|---|---|
| |||
...is it that C++ has explicit template parameters for lambdas for 4 years now and... | |||
September 27 DIP Ideas » Loop invariants | |||
|---|---|---|---|
| |||
...the `Expression` by an immediately invoked lambda `((Parameters) pure => Expression)(Arguments)` where `Arguments` is the... | |||
September 26 Issues » [Issue 24635] Allow opApply with default parameters | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24635 --- Comment #2 from Bolpat <qs.il... | |||
September 25 DIP Ideas » Re: Symbol Registration | |||
|---|---|---|---|
| |||
...typeof( __traits(getMember, THIS_MODULE, member)) params == __parameters))
{
// LINFO("Packet Handler found: {} {}", attr, member.ptr... | |||
September 25 Issues » [Issue 24785] New: Add explicit template arguments for lambdas | |||
|---|---|---|---|
| |||
...type parameters in the lambda body - Constraints are possible - The ordering of type parameters is... | |||
Copyright © 1999-2021 by the D Language Foundation