Diff
Not logged in

Differences From Artifact [41ba420d0c49ce8d]:

To Artifact [1a5a3d16d8e421dc]:


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