Ellery Newcomer wrote: > I want to be able to store heterogeneous T!(S) in a > single list std.boxer or std.variant may be useful: http://digitalmars.com/d/2.0/phobos/std_boxer.html http://digitalmars.com/d/2.0/phobos/std_variant.html Ali