Diff

Not logged in

Differences From Artifact [9a6609551ad86e62]:

To Artifact [affffc4f40848d74]:


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