is it possible to create a delegate that takes an optional number of parameters and/or return type?

T delegate(S...)(S) special_delegate;

I guess this is impossible?

Reply via email to