Search results

Jump to: navigation, search
  • | name = Rationale for D built-ins: (Dynamic Arrays, Strings, Associative Arrays) | url = https://dlang.org/d-array-article.html
    11 KB (1,194 words) - 04:29, 14 September 2022
  • | Static array literals | Associative Ranges
    9 KB (1,188 words) - 22:34, 13 July 2016
  • | 13 || Power operator || <code>^^</code> || Right-associative. .../code> <code>-</code> <code>~</code> || Binary <code>~</code> is the array concatenation operator.
    3 KB (342 words) - 05:03, 3 November 2019
  • ...r, that manifest constants of arrays(except for strings) and [[associative array]]s cause the arrays to be duplicated ''every time'' you use them. For examp ...e copies of it; but if you only need a single copy, you should declare the array as <code>static immutable</code> instead:
    3 KB (447 words) - 09:22, 2 February 2015
  • * The lexer transforms the file into an array of tokens. There is no structure yet at this point - just a flat list of to Non-trivial operations (e.g. memory allocation, array operations) are implemented in the D runtime. The compiler integrates with
    39 KB (5,317 words) - 17:54, 7 April 2024
  • |+hooks for associative array support |+dynamic array support
    24 KB (3,836 words) - 16:10, 27 January 2023
  • * AA: [http://dlang.org/hash-map.html Associative Arrays]. ...tion calls to be chained with the . operator: <code>[0,1,2].map!(a=>a+1)().array()</code>.
    3 KB (513 words) - 21:28, 14 March 2020
  • * Array appending * Array concatenation
    4 KB (573 words) - 18:55, 28 May 2014
  • ...his new [https://github.com/quickfur/New-AA-implementation AA (associative array) implementation]. He was kind enough to give me permission to share this d There are also a number of AA bugs related to static array keys, which have mostly been fixed in my current AA code (look at the unitt
    9 KB (1,516 words) - 20:17, 8 September 2015
  • Index of array, key of associative array should not be ...older for one element but not used. It does not conflict with curent <code>array.length</code> usage, because:
    17 KB (2,360 words) - 16:31, 11 March 2016
  • * The context should have an associative array with references to all scoped variables at initiation point. int[] array = { 1, 2, 3, 6, 7, 8 };
    14 KB (2,079 words) - 19:52, 1 September 2015
  • |aav.c || Associative array |array.c || Dynamic array
    11 KB (1,733 words) - 20:04, 1 September 2015
  • ...und types based on these will also increase. This includes dynamic arrays, associative arrays, delegates, and class references. .... This relied on the 32 bit C ABI interpreting the components of a dynamic array as separate length and pointer arguments. 64 bit parameter passing is diffe
    3 KB (472 words) - 10:14, 14 November 2014
  • ...y be difficult to use without the GC: exceptions, strings, dynamic arrays, associative arrays, and delegate closures. See [http://dlang.org/builtin.html D Builtin === Strings (and Array) Copy-on-Write ===
    21 KB (3,112 words) - 03:45, 16 May 2019
  • || pure function 'std.array.Appender!(T[]).Appender.ensureAddable' cannot call impure function 'test.T. || [tdpl] Allow to set associative array key value only using expression AA key type is constructable from
    6 KB (873 words) - 23:37, 20 September 2014
  • indexing an associative array may cause GC allocation:[https://github.com/D-Programming-Language/phobos/b |indexing an associative array may cause GC allocation:[https://github.com/D-Programming-Language/phobos/b
    279 KB (42,771 words) - 07:12, 26 January 2019
  • ...dmd/pull/3738 fix Issue 13089] - Spurious 'is not nothrow' error on static array initialization</tt> ...ogramming-Language/dmd/pull/3788 &#91;cleanup&#93; Remove two unreferenced array types]</tt>
    4 KB (583 words) - 19:17, 1 September 2015
  • !'''Associative Ranges''' Introduce Associative ranges and lazy associative ranges to phobos.
    2 KB (281 words) - 23:27, 31 October 2014
  • |array literal may cause GC allocation [https://github.com/D-Programming-Language |indexing an associative array may cause GC allocation [https://github.com/D-Programming-Language/druntim
    31 KB (4,864 words) - 07:10, 26 January 2019
  • It has been proposed to place the mutable members into an external associate array, with the object as a key. This approach is surprisingly complex: not only ...nces that the compiler is unable to guard against, because the associative array and the objects themselves can have non-matching shared-ness, as there is n
    7 KB (974 words) - 06:54, 29 June 2016

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