Hello D community,
Thank you for the interesting D :)
Before sorry about bad English.
class Foo{int i;this(int ii){i = ii}}
new Foo();
new Foo();
Is iterator possible?
foreach(Foo foo ;Foo)
foo.i++;
It get opapply error?
add data in text.
\0 \1 \2 \3
Is ok ?
thank you!