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

Changes between Version 7 and Version 8 of ChapterTextTools

Show
Ignore:
Author:
yidabu (IP: 122.237.165.94)
Timestamp:
03/27/09 11:55:14 (15 years ago)
Comment:

text.Properties is removed, use MapInput? now

Legend:

Unmodified
Added
Removed
Modified
  • ChapterTextTools

    v7 v8  
    7272import tango.io.device.Array; 
    7373 
    74 auto buf = new Array("name=tango\r\npath=D:\tango"); 
     74auto buf = new Array("name=tango\r\npath=D:\\tango"); 
    7575char[][ char[] ] map; 
    7676auto input = new MapInput!(char)(buf);