Diff
Not logged in

Differences From Artifact [41ba420d0c49ce8d]:

To Artifact [1a5a3d16d8e421dc]:


18 int cnt = 0; 18 int cnt = 0; 19 foreach(e; a) 19 foreach(e; a) 20 if(e == v) 20 if(e == v) 21 ++cnt; 21 ++cnt; 22 return cnt; 22 return cnt; 23 } 23 } 24 24 25 void application_exit() | 25 void application_exit() nothrow 26 { 26 { 27 std.c.stdlib.exit(0); 27 std.c.stdlib.exit(0); 28 } 28 } 29 29 30 template DeriveCreate() 30 template DeriveCreate() 31 { 31 { 32 this(TS...)(TS params) 32 this(TS...)(TS params)