diff doodle/tk/misc.d @ 44:2b9329ed0f0e

Added backtrace support
author "David Bryant <bagnose@gmail.com>"
date Sun, 01 Aug 2010 02:06:14 +0930
parents 960b408d3ac5
children
line wrap: on
line diff
--- a/doodle/tk/misc.d	Tue Jun 15 18:20:24 2010 +0930
+++ b/doodle/tk/misc.d	Sun Aug 01 02:06:14 2010 +0930
@@ -1,5 +1,7 @@
 module doodle.tk.misc;
 
+// TODO move this to core
+
 double min(in double a, in double b) {
     return a < b ? a : b;
 }