Diff

Not logged in

Differences From Artifact [9a6609551ad86e62]:

To Artifact [affffc4f40848d74]:


1 -private import win32.windows; 2 -private import std.string; 3 -private import std.file; 1 +import win32.windows; 2 +import std.string; 3 +import std.file; 4 4 5 5 char lastChar( string s ) 6 6 { return *CharPrevA(cast(char*)s.ptr, cast(char*)s.ptr+s.length); } 7 7 8 8 //---------------------------------------------------------------- 9 9 // int do_opApply!(E, C)( collection, delegate ); 10 10 // int do_opApply!(E) ( array, delegate );