Amusing D facts: typesafe variadic arrays are lazy!

Steven Schveighoffer schveiguy at yahoo.com
Tue Oct 13 14:18:04 PDT 2009


On Tue, 13 Oct 2009 16:39:13 -0400, Andrei Alexandrescu  
<SeeWebsiteForEmail at erdani.org> wrote:

> As far as lazy goes, I think the lazy variadic functions are a  
> compelling feature that renders lazy unnecessary.

Do you mean lazy in the way that lazy variadic functions *imply* lazy via  
typing their arguments as delegates, or simply only allow lazy variadic  
functions?  If the latter, why must a lazy function be variadic?

-Steve



More information about the Digitalmars-d mailing list