June 02, 2014 Learn » Delegate, scope and associative array | |||
|---|---|---|---|
| |||
...i] = { return i; };
}
writeln( events[1]() ); // This outputs 3
assert( events[1]() == 1 );
}
I thought... | |||
May 26, 2014 Issues » [Issue 12804] New: DMD segfault with template parameter specialisation 'typeof(T.init)' | |||
|---|---|---|---|
| |||
...anoneuron@gmail.com compiler crashes (segfault) and outputs nothing with this code: template Foo(T1... | |||
May 19, 2014 General » Re: More from C++ Now 2014 | |||
|---|---|---|---|
| |||
...a defined behaviour for that code, so I think both outputs are correct. Bye, bearophile | |||
May 17, 2014 General » Abstract DDoc output for better document generation | |||
|---|---|---|---|
| |||
...generation from dmd command like, and seeing outputs, I wasn't satisfied with it. Other... | |||
May 17, 2014 Announce » Re: Duml: Uml diagram generation | |||
|---|---|---|---|
| |||
...it works in terms of something which outputs to an OutputRange or File. So you... | |||
May 11, 2014 Issues » [Issue 12724] Error: return statements cannot be in contracts | |||
|---|---|---|---|
| |||
...they have to do is to verify the input or outputs or invariants are correct. -- | |||
May 11, 2014 General » Re: isUniformRNG | |||
|---|---|---|---|
| |||
...causes one tiny little variance in the outputs...and everything gets shot to hell. And... | |||
May 08, 2014 General » From slices to perfect imitators: opByValue | |||
|---|---|---|---|
| |||
...typeof(a).stringof);
fun(a);
}
This program outputs:
immutable(int[])
immutable(int)[]
which means that... | |||
April 27, 2014 Learn » Re: DMD & Deimos || GDC & Deimos? | |||
|---|---|---|---|
| |||
...files in the OMF format. MinGW, IIRC, outputs objects in the COFF format. 64-bit... | |||
April 25, 2014 General » Re: Redesign of dlang.org | |||
|---|---|---|---|
| |||
...flexible enough to produce two very different outputs depending on the occasion. I have done... | |||
Copyright © 1999-2021 by the D Language Foundation