view dwtx/dwtxhelper/StringWriter.d @ 195:a4d38d47ddc4

HashMap support for null values and keys
author Frank Benoit <benoit@tionex.de>
date Tue, 03 Feb 2009 16:08:10 +0100
parents d994a8b2cdf7
children
line wrap: on
line source

module dwtx.dwtxhelper.StringWriter;

import dwt.dwthelper.utils;

class StringWriter : Writer {
}