> alias Vector!(float) Vectorf; > alias Vector!(double) Vectord; > > Should work; if not, what error message is the compiler giving you? > > -- Daniel > dmd on linux32, gdc 0.23 on mac os: "template instance forward reference to template declaration Vector(T)" hendrik