May 02, 2023 Learn » Given an object, how to call an alias to a member function on it? | |||
|---|---|---|---|
| |||
...I used `mixin("obj.", __traits(identifier, memberFunc), "(params)")`, but that has issues, among probably others... | |||
April 30, 2023 Issues » [Issue 23871] New: ImportC: __attribute((noreturn)) not recognized | |||
|---|---|---|---|
| |||
...XtString /* class */,
_Xconst _XtString /* default */,
String* /* params */,
Cardinal* /* num_params */
) _X_NORETURN; //line 1753
----------------
_X... | |||
March 15, 2023 Issues » [Issue 23781] New: [ICE] Segmentation Fault when taking the address of a ref return at CTFE | |||
|---|---|---|---|
| |||
...semantic2.d:79 #15 0x000055555598bf7d in _D3dmd4mars7tryMainFmPPxaKSQz7globals5ParamZi (params=..., argv=0x7fffffffdc98, argc=2) at src/dmd... | |||
March 13, 2023 Learn » Re: const in functions | |||
|---|---|---|---|
| |||
...https://dlang.org/spec/function.html#in-params Just marking the input parameters 'in' should... | |||
February 27, 2023 Issues » [Issue 23627] lazy params don't allocate closures | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23627 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
February 08, 2023 Issues » [Issue 20976] pipe documentation incorrectly renders part of memoize | |||
|---|---|---|---|
| |||
...memoize using the * along the end, but then dropping it later for the Params section. -- | |||
February 05, 2023 Learn » Re: betterC DLL in Windows | |||
|---|---|---|---|
| |||
...2) opt into it on command line params. This is mentioned in the docs as... | |||
January 21, 2023 General » Re: Why are you using `std.traits.fullyQualifiedName`? | |||
|---|---|---|---|
| |||
...s);
}
}
enum Params { width = 100 }
auto String = Str(Params.width);
import std.conv... | |||
January 16, 2023 Issues » [Issue 23633] New: allow pure functions to call impure functions passed as parameters | |||
|---|---|---|---|
| |||
...values passed through params, if an impure delegate is passed through params I think we... | |||
January 15, 2023 Issues » [Issue 23627] lazy params don't allocate closures | |||
|---|---|---|---|
| |||
...What |Removed |Added
----------------------------------------------------------------------------
Summary|lazy params don't |lazy params don't allocate
|allocateclosures |closures
-- | |||
Copyright © 1999-2021 by the D Language Foundation