October 08, 2021 General » Re: please help me submit a bug! | |||
|---|---|---|---|
| |||
```d
T somef(T, size_t U)(T[U] array) { return array[0]; }
int otherf... | |||
October 08, 2021 Learn » Re: Obtain pointer from static array literal | |||
|---|---|---|---|
| |||
...default. When you _don't_ use staticArray, what...is of sufficiently small size as to not... | |||
October 07, 2021 Learn » Windows printing | |||
|---|---|---|---|
| |||
...lib"); extern (Windows) BOOL IsValidDevmodeA(PDEVMODEA pDevmode, size_t DevmodeSize); // ... string path; // contains a valid... | |||
October 06, 2021 Genel » Re: Aralıklarla çalışmak aslında içiçe bir sarmal mı? | |||
|---|---|---|---|
| |||
...while (++count) {
yield(pi);
real result = n;
size_t loop = 2;
while(loop--) result *= ++n... | |||
October 04, 2021 General » Re: [OT] What are D's values? | |||
|---|---|---|---|
| |||
...myFunc(T)(T data) {
static if (... /* T has...implementations based on the size of a type... | |||
October 01, 2021 Learn » Re: Mutually recursive template expansion | |||
|---|---|---|---|
| |||
...no size because of forward reference With s/struct/class/ it still wouldn't work... | |||
October 01, 2021 Announce » D Language Foundation Monthly Meeting Summary (September 24, 2021) | |||
|---|---|---|---|
| |||
...Team (CT) of unlimited size, and a five...know beforehand. I don't know for sure... | |||
October 01, 2021 Learn » Re: Rather Bizarre slow downs using Complex!float with avx (ldc). | |||
|---|---|---|---|
| |||
...auto dotprod( T[] x, T[] y)
{
auto sum = cast(T) 0;
foreach( size_t i... | |||
September 30, 2021 General » [core.reflect] TemplateInstance reflection | |||
|---|---|---|---|
| |||
...string name, T)
{
struct TypeDef
{
T value;
alias...kind: "struct",
alignSize: 4,
size: 4,
identifier: "TypeDef... | |||
September 30, 2021 General » LWDR SAOC Milestone 1, Weekly Report for 22nd SEP to 29th SEP | |||
|---|---|---|---|
| |||
...iterate over. There hasn't been much formal...fortunately. To reduce program size, I have been... | |||
Copyright © 1999-2021 by the D Language Foundation