diff dwt/dwthelper/utils.d @ 25:fc2b263b8a3f

Merged back the System.arraycopy and use a System class
author Frank Benoit <benoit@tionex.de>
date Tue, 08 Jan 2008 01:23:25 +0100
parents 0c78fa47d476
children 09f5459a5014
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Mon Jan 07 23:29:21 2008 +0100
+++ b/dwt/dwthelper/utils.d	Tue Jan 08 01:23:25 2008 +0100
@@ -3,6 +3,8 @@
  */
 module dwt.dwthelper.utils;
 
+public import dwt.dwthelper.System;
+
 import tango.io.Stdout;
 import tango.stdc.stdlib : exit;