pure vs writeln debugging

Adam D. Ruppe destructionator at gmail.com
Sat Feb 8 14:30:02 PST 2014


On Saturday, 8 February 2014 at 22:27:39 UTC, Nick Sabalausky 
wrote:
> Is there some way to poke enough of a hole in "pure" to get 
> some writeln debugging statements in?

literally write
debug writeln(..)

abnd it should work in the pure function


More information about the Digitalmars-d-learn mailing list