Search results

Jump to: navigation, search
  • * clipboard text copy/paste, and PRIMARY selection on X * class Sprite is a pixmap for more efficient usage on X
    3 KB (357 words) - 19:43, 1 September 2015
  • struct X { If you want to copy mutable X to immutable, compiler automatically memcpy the object image before the pos
    13 KB (1,878 words) - 01:08, 19 December 2013
  • Tuple!(int, "x", int, "y") a; Tuple!(int, "x", int, "y") bar() {
    7 KB (990 words) - 00:53, 15 December 2013
  • SomeType x; if (caller->x.IsValid())
    14 KB (2,212 words) - 14:27, 15 June 2016
  • On OS X with Homebrew:
    7 KB (1,206 words) - 11:08, 22 June 2024
  • ...ng.org/declaration.html#Initializer Initializers] (e.g. the ''3'' in ''int x = 3'').
    11 KB (1,733 words) - 20:04, 1 September 2015
  • ...system libraries and frameworks of the platform. GUI programming on Mac OS X would also get a big boost of this. The best way to do this is to add direc * Finish the Mac OS X port
    18 KB (2,945 words) - 20:23, 1 September 2015
  • int __cdecl x; extern (C) int x;
    11 KB (1,696 words) - 10:44, 27 March 2024
  • this(int x, char c) { ... } Foo alloc_Foo(int x, char c)
    1 KB (230 words) - 10:15, 14 November 2014
  • assert(x == 5);
    2 KB (304 words) - 10:15, 14 November 2014
  • ...ace, and every D object with an interface X can be exposed as a COM object X. This means that D is compatible with COM objects implemented in other lang
    3 KB (414 words) - 05:54, 28 October 2016
  • int x; this(int x)
    21 KB (3,112 words) - 03:45, 16 May 2019
  • static foreach(x;0..10){ mixin("int i" ~ to!string(x) ~ " = " ~ to!string(x)~";");
    5 KB (627 words) - 11:46, 9 May 2017
  • __gshared int x = 5; int[] a = [x, x + 10, x * x];
    3 KB (435 words) - 17:54, 15 June 2014
  • volatile int x; x = 0;
    29 KB (4,221 words) - 04:18, 16 April 2016
  • ...ry expression, such as '''assert(x == y)''', should print the values of '''x''' and '''y''' and * unary expression, such as '''assert(!x)''', should print the value of '''x'''.
    8 KB (1,009 words) - 21:46, 24 December 2016
  • ...nnotation on the type can be erased at compile-time (i.e., if the types of x and y in a particular lexical context are both '''scope(int)''', then they
    7 KB (1,123 words) - 10:40, 12 July 2014
  • scope x = a; // OK, copy of reference,`x` has shorter lifetime than `a` | ''x'' '''?''' ''a'' ''':''' ''b''
    38 KB (5,659 words) - 09:44, 17 December 2014
  • case {1, x}: int x = 1;
    2 KB (256 words) - 17:43, 8 January 2015
  • int x;
    3 KB (401 words) - 13:00, 10 November 2014

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