Search results

Jump to: navigation, search
  • If you know how to solve a problem with pointers, structs, loops, and procedures as in C, you can use them in D too. Yes, the standard libra
    5 KB (896 words) - 04:48, 7 January 2018
  • ...each''' construct coupled with its slicing syntax allows you to write such loops in a much more readable way:
    587 bytes (87 words) - 10:25, 14 November 2014
  • ...ments cannot currently be represented as expressions (such as non-unrolled loops and throwing). Because of this, the inliner makes a distinction between two
    39 KB (5,317 words) - 17:54, 7 April 2024
  • Short vectors (length<=4) need to be handled specially. Loops must be unrolled. Temporaries are not very important.
    11 KB (1,700 words) - 05:45, 18 January 2013
  • |+utf decoding for foreach loops |+utf decoding for foreach_reverse loops
    24 KB (3,836 words) - 16:10, 27 January 2023
  • Event loops have three common types. May utilise multiple system event loops per instance, such as X11 and Wayland. </blockquote>
    11 KB (1,753 words) - 09:24, 1 May 2020
  • This page describes a proposal for a standard D framework/API for event loops and handling events. ...lso contain miscellaneous code which is not specific to networking / event loops:
    13 KB (1,989 words) - 11:34, 12 December 2016
  • * case A2) otherwise, for each node with ref annotations, then there are loops in the graph, and for these nodes we fall back in runtime check on return a Loops in the graph (case A2) correspond to the case of mutually recursive ref ret
    7 KB (1,160 words) - 16:48, 26 May 2013
  • As you can see, it just loops through the operators it knows, then does a runtime check: if that is the o
    5 KB (895 words) - 17:02, 10 May 2017
  • ....e., where bugs are most likely to occur): structure conflicts and writing loops. ...icts often increase the complexity of loop conditions and introduce nested loops, thus making the code doubly prone to bugs.
    44 KB (6,579 words) - 20:08, 19 May 2015
  • ...explicitly aliased. break and continue do not interact with static foreach loops.
    5 KB (627 words) - 11:46, 9 May 2017
  • ==Finding Infinite Loops==
    785 bytes (129 words) - 10:16, 14 November 2014
  • learned that the compiler can unroll foreach loops in switches(!
    16 KB (2,917 words) - 02:14, 12 December 2018
  • ...sed to increment control flow counters (function entry, if-statement flow, loops, etc.).
    9 KB (1,179 words) - 13:11, 19 July 2017
  • In D it is not necessary to write for-loops manually, so we have implemented the loop via iteration over a sequence of
    16 KB (2,253 words) - 05:03, 18 February 2018
  • ...any <code>foreach</code> loop; it is a loop over variadic arguments. Such loops are treated specially in D: they are automatically unrolled. In AST terms,
    48 KB (7,805 words) - 16:40, 13 May 2022