Difference between revisions of "Talk:Efficientcodesnippets draft in progress: useful snippets for the D newcomer on writing efficient code"

From D Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
You use one of my answer from the forum, and it cannot be put like this in its raw shape...
 
You use one of my answer from the forum, and it cannot be put like this in its raw shape...
- about the for() and pointer arithmetic, an example of the generated assembly output showing why it makes sense.
+
* about the for() and pointer arithmetic, an example of the generated assembly output showing why it makes sense.
- about foreach and ranges: InputRange should be mentioned.
+
* about foreach and ranges: InputRange should be mentioned.
  
At least, i delete my contribution. Sorry but i would have been more accurate if you had cleary said that you'd reuse the answer.
+
At least, i delete my contribution. Sorry but i would have been more accurate if you had cleary stated that you'd reuse the answers as material for the wiki.

Revision as of 20:26, 1 February 2015

What the hell is this page ? Plz remove it.

You use one of my answer from the forum, and it cannot be put like this in its raw shape...

  • about the for() and pointer arithmetic, an example of the generated assembly output showing why it makes sense.
  • about foreach and ranges: InputRange should be mentioned.

At least, i delete my contribution. Sorry but i would have been more accurate if you had cleary stated that you'd reuse the answers as material for the wiki.