It seems more function can be marked pure that I previously thought.
What can _not_ be marked pure?
Guillaume Piolat via Digitalmars-d-learn Wed, 09 Mar 2016 02:02:37 -0800
If I understand purity correctly
(http://klickverbot.at/blog/2012/05/purity-in-d/), every function
out there can be marked pure as long as it doesn't modify
globals, shared variables or do I/O?
- What can _not_ be marked pure? Guillaume Piolat via Digitalmars-d-learn
- Re: What can _not_ be marked... Guillaume Piolat via Digitalmars-d-learn
- Re: What can _not_ be ma... ag0aep6g via Digitalmars-d-learn
- Re: What can _not_ be marked... ag0aep6g via Digitalmars-d-learn
- Re: What can _not_ be ma... Guillaume Piolat via Digitalmars-d-learn
- Re: What can _not_ b... Daniel Kozak via Digitalmars-d-learn
- Re: What can _not_ be marked... Jonathan M Davis via Digitalmars-d-learn
- Re: What can _not_ be ma... H. S. Teoh via Digitalmars-d-learn
- Re: What can _not_ be marked... Guillaume Piolat via Digitalmars-d-learn