Eigenpoll : D wish list : templated constructors 

template constructors for classes, e.g.

class MyClass
{
this(T)(T val)
{
}
}

Report this item for cleanup