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
(Created page with "What the hell is this page ? Plz remove it. You use one of my answer on the forum, and it cannot be put like this in its raw shape... For example, about the for and pointer a...")
 
Line 1: Line 1:
 
What the hell is this page ? Plz remove it.
 
What the hell is this page ? Plz remove it.
  
You use one of my answer on 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...
For example, 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.
  
At least, i delete my contribution.
+
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.

Revision as of 20:25, 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 said that you'd reuse the answer.