lindquist@89: module bug52; lindquist@89: struct Vec { double x,y,z; } lindquist@89: struct Pair(T, U) { T first; U second; } lindquist@89: typedef Pair!(double, Vec) Hit; lindquist@89: void main() {}