Search results

Jump to: navigation, search
  • auto dg = {x;}; // lambda auto {x, y} = {1, "hi"};
    17 KB (2,360 words) - 16:31, 11 March 2016
  • int x; func1(x);
    9 KB (1,473 words) - 08:06, 25 June 2015
  • extern (C++) void x (); pragma(mangle, namespace("foo::bar") extern (C++) void x ();
    14 KB (2,079 words) - 19:52, 1 September 2015
  • struct U{T x;} else if(...) return c.x;
    7 KB (1,160 words) - 16:48, 26 May 2013
  • void fix(ref double x) { if (isnan(x)) x = 0; } void funRef(ref T x){if (isnan(x)) x = 0; }
    9 KB (1,487 words) - 01:18, 13 May 2013
  • int x; auto dg = (){ return x; };
    10 KB (1,404 words) - 09:20, 17 February 2018
  • ...o use these libraries is to be able to use the system frameworks on Mac OS X and iOS. This proposal adds language extensions to make it significantly ea The only difference is that D is strongly-typed, which means that <code>x.class</code>
    22 KB (3,155 words) - 14:44, 28 December 2014
  • ...n each subrange share the same value for a particular chosen property, say x. Or, to phrase it in terms of the Dates that we're dealing with, given a ra
    44 KB (6,579 words) - 20:08, 19 May 2015
  • template Foo(int x, T, alias y, S...){ ... } * '''Q: Why doesn't auto-expansion work in context X? (Where X could be Eg. overloaded operator arguments, assert arguments, mixin argumen
    5 KB (785 words) - 16:14, 17 August 2013
  • int x = 0; x = 5;
    26 KB (3,437 words) - 23:54, 9 May 2021
  • * 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,109 words) - 12:29, 9 March 2023
  • ...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

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