view dwtx/dwtxhelper/URL.d @ 180:41471f9968be

Collection impl
author Frank Benoit <benoit@tionex.de>
date Sun, 21 Sep 2008 17:18:08 +0200
parents 1a5b8f8129df
children
line wrap: on
line source

module dwtx.dwtxhelper.URL;

import dwt.dwthelper.utils;

class URL {
    this(String){
        implMissing(__FILE__,__LINE__);
    }
}