Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 1 and Version 2 of PathChildrenExample

Show
Ignore:
Author:
Jordi Sayol (IP: 188.119.210.222)
Timestamp:
04/20/12 14:54:12 (12 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PathChildrenExample

    v1 v2  
    2323           continue; 
    2424 
    25         char[] name = child.name; 
    26         char[] path = child.path; 
     25        const(char)[] name = child.name; 
     26        const(char)[] path = child.path; 
    2727        ulong bytes = child.bytes; 
    2828