mtext 2.0: The String Module Formerly Known as ‘dstring’

March 17th, 2008 | by Aldacron |

The original Chris Miller has announced a new version of his string module, now called mtext rather than ‘dstring’. New in this version (besides the name change):

* support for both Phobos and Tango;
* allocators, allowing more control over memory usage, especially when the garbage collector is not desired;
* updated the code to work better with modern D compilers, such as using opAssign;
* and made name changes to work better with D’s standard string and dstring types.

Technorati Tags: , ,

Post a Comment