diff orange/util/Use.d @ 26:78e5fef4bbf2 experimental

Third step in refactoring the API. Stating to add unit tests.
author Jacob Carlborg <doob@me.com>
date Tue, 19 Oct 2010 10:22:10 +0200
parents 11a31bd929f9
children 511d1ef4e299
line wrap: on
line diff
--- a/orange/util/Use.d	Wed Oct 06 16:18:02 2010 +0200
+++ b/orange/util/Use.d	Tue Oct 19 10:22:10 2010 +0200
@@ -21,7 +21,7 @@
 	alias ParameterTypeTuple ParameterTupleOf;
 }
 
-struct OpInStruct (ARGS...)
+struct Use (ARGS...)
 {
 	static assert (ARGS.length > 0);