comparison 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
comparison
equal deleted inserted replaced
25:b51e953f79eb 26:78e5fef4bbf2
19 19
20 alias ReturnType ReturnTypeOf; 20 alias ReturnType ReturnTypeOf;
21 alias ParameterTypeTuple ParameterTupleOf; 21 alias ParameterTypeTuple ParameterTupleOf;
22 } 22 }
23 23
24 struct OpInStruct (ARGS...) 24 struct Use (ARGS...)
25 { 25 {
26 static assert (ARGS.length > 0); 26 static assert (ARGS.length > 0);
27 27
28 private 28 private
29 { 29 {