login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Tagged Questions
stats
newest
featured
hot
votes
active
7
votes
4
answers
269 views
How to use pure in D 2.0
While playing around with D 2.0 I found the following problem: Example 1: pure string[] run1() { string[] msg; msg ~= "Test"; msg ~= "this."; return msg; } This com …
modified
Jun 18 at 4:19
DK
720
●
6
d
pure
impure
d2
1
questions tagged
impure
Related Tags
d
pure
d2
Stack Overflow works best with JavaScript enabled