Eigenpoll : D wish list : Implicit New 

class N{ }

N obj = new;

class NN{
this(int a, int b){ }
}

NN obj = new(30, 69);

Report this item for cleanup