Search results

Jump to: navigation, search
  • int x; // starting here, x becomes visible and also starts "living" int y = x + 42; // lifetime(42) and visibility(42) last through the initialization ex
    24 KB (3,898 words) - 19:53, 1 September 2015
  • int testX(ref int x) int testX(int x)
    11 KB (1,657 words) - 09:59, 27 February 2023
  • RC!MyClass x = ...; foo(x);
    13 KB (1,917 words) - 10:05, 3 June 2015
  • auto a = function(x) { if (x) x.opAddRef(); return x; }(lvalExpr); function(ref x, y) {
    15 KB (2,311 words) - 16:00, 4 March 2015
  • RC!MyClass x = ...; foo(x);
    10 KB (1,442 words) - 13:19, 25 March 2015
  • $ chmod +x hello.d && ./hello.d int x;
    10 KB (1,374 words) - 01:15, 14 December 2018
  • ...carlborg/dstep/releases converting C and Objective C headers to D under OS X/Linux/FreeBSD]
    2 KB (296 words) - 11:59, 26 April 2015
  • static if (__traits(compiles, { alias x = a; })) else static if (__traits(compiles, { enum x = a; }))
    5 KB (672 words) - 03:02, 17 February 2018
  • 1a. If a root module `x.d` and non-root module `y.d` exists, module x; // x.d
    5 KB (814 words) - 10:15, 19 July 2015
  • Option!int x = ???; #match(x) {
    4 KB (575 words) - 21:37, 10 September 2015
  • managed(int[]) func(int x, IAllocator alloc=theAllocator()) { return managed(int[])>(RefCounted(alloc))(x, x + x, x * x);
    4 KB (629 words) - 13:59, 15 January 2016
  • @trusted factorial(uint x) const pure { if(auto found = x in tmp)
    4 KB (570 words) - 15:03, 14 November 2015
  • ...ofile_override_default_filename(i8* getelementptr inbounds ([16 x i8], [16 x i8]* @0, i32 0, i32 0)) @__llvm_profile_name_main = private constant [4 x i8] c"main", section "__DATA,__llvm_prf_names", align 1
    9 KB (1,179 words) - 13:11, 19 July 2017
  • ...er the closing paren in a <tt>cast</tt> expression. Example: <tt>cast(int) x</tt>.
    5 KB (769 words) - 11:52, 21 September 2018
  • void moveTo(float x, float y); extern(auto, "myMoveTo:") void moveTo(double x, double y);
    6 KB (868 words) - 05:49, 4 March 2018
  • Rect createRect(int x, int y, int width, int height); Rect createRect(int x:, int y:, int width:, int height:);
    7 KB (912 words) - 05:54, 4 March 2018
  • x, y := <-c, <-c // receive from c fmt.Println(x, y, x+y) // -5 17 12
    16 KB (2,253 words) - 05:03, 18 February 2018
  • ...mit actually fixes the bug should start with &quot;Fix issue X&quot; where X is the number of the corresponding [https://issues.dlang.org bugzilla] issu
    11 KB (1,786 words) - 09:38, 12 March 2024
  • [https://docs.travis-ci.com/user/osx-ci-environment OS X build environment], which you can enable by adding: extra builds as Mac OS X is x86-64 only since 10.7.
    10 KB (1,287 words) - 12:41, 16 July 2020
  • Calypso has been tested primarily on Linux. OS X has been barely tested but some examples have been reported to work, and MS * Qt 5.x (both Widgets and Quick, see [[#Qt 5 tools|below]])
    6 KB (918 words) - 17:05, 17 August 2019

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