Search results

Jump to: navigation, search
  • int x=123; /* oops, the outer block comment breaks here */ // int x=123; /* now this comment no longer causes a problem */
    4 KB (541 words) - 09:44, 31 May 2017
  • void func(int x) { ... } // N.B. expects an int ...behave like X, except that it adds a few members of its own. In this case, X is toInt, which happens to be an int property, which means that MyInt shoul
    2 KB (363 words) - 10:12, 14 November 2014
  • int from2(int x) if(x == 0)
    2 KB (203 words) - 03:26, 18 February 2018
  • * Create a new Git branch called <tt>release-x.y.z</tt>, and announce this on the project mailing list. Git master is now ** OS X 10.7, multilib enabled
    4 KB (631 words) - 16:09, 9 November 2016
  • ...64-bit Linux. It would be great if someone could take it for a spin on OS X, FreeBSD, and Windows to see how it fares there (I'm particularly worried t ** <b>Jacob Carlborg</b>: On Mac OS X, move the declaration of "environ" out of the Environment class, it's used
    2 KB (379 words) - 05:53, 18 December 2012
  • struct S_A { int x; int y; void func() { x = 2*x; } ; void funcA() { } ; } struct S_B { int x; int z; void func() { x = 3*x; } ; void funcB() { } ; }
    5 KB (474 words) - 22:32, 20 January 2013
  • immutable string x = "hello"; static if (x == "hello") { ... }
    39 KB (5,317 words) - 17:54, 7 April 2024
  • assert(format("%#x", s) == "[0x1 : 0xa, 0x2 : 0x14, 0x3 : 0x1e, ]");
    8 KB (1,108 words) - 10:12, 14 November 2014
  • ...1ex; background: #ffd;">Note: Properties are being officially added to D2.x as part of [[DIP6|Annotations]]. This page should be updated to reflect the auto x = foo();
    11 KB (1,542 words) - 20:09, 9 March 2014
  • ...1ex; background: #ffd;">Note: Properties are being officially added to D2.x as part of [[DIP6|Annotations]].</div> auto x = foo();
    4 KB (592 words) - 20:09, 9 March 2014
  • int x; int x;
    4 KB (619 words) - 05:20, 17 January 2013
  • ...uld have the form: <nowiki>[[DIPx]]</nowiki>, Title, Status, resume. Where x is the DIP number, title is the DIP title and resume is a short description ...discussion, with a subject like this: new DIPx: title (where one more time x is the DIP number and title is the DIP title).
    5 KB (866 words) - 17:51, 17 January 2013
  • ...Note: While a major change to operator overloading has be scheduled for D2.x, this page '''does not''' describe the current plan for implementation. Mor ...ous. (Eg, if both are templates, X.op@(X) is always ambiguous with X.op@_r(X) ).
    11 KB (1,700 words) - 05:45, 18 January 2013
  • ...ltin types' format specifiers. For instance BigInt should support "d" and "x" and associated specifier fields. writefln and similar functions will simpl
    6 KB (863 words) - 07:52, 19 January 2013
  • int x, y, z; int x, y, z;
    6 KB (950 words) - 06:03, 20 January 2013
  • ...7663ba384487/src/core/thread.d#L4550 core/thread.d]|| Only used on Mac OS X.
    24 KB (3,836 words) - 16:10, 27 January 2023
  • auto x=[1,2,3]S; static assert(is(typeof(x)==int[3]));
    3 KB (377 words) - 18:28, 11 December 2013
  • * Can we get a reference to the property? What does <code>&x.property_</code> mean? * What does <code>x.property_++</code> do? ([http://www.prowiki.org/wiki4d/wiki.cgi?DocComments
    10 KB (1,440 words) - 21:40, 20 May 2015
  • # @property functions can't be called with parentheses: <code>x._property()</code> is illegal! (Normal functions are explicitly not affecte ...urned value can be called (delegate, function pointer, opCall), then <code>x._property()</code> calls the returned value! It essentially behaves exactly
    6 KB (840 words) - 21:38, 20 May 2015
  • #define GET(x) x.value => int GET()(X x) { return x.value; }
    3 KB (404 words) - 18:53, 28 May 2014

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)