strings and ranges

monarch_dodra monarchdodra at gmail.com
Thu Aug 15 08:53:11 PDT 2013


On Thursday, 15 August 2013 at 00:49:00 UTC, Jason den Dulk wrote:
> Also, does this mean that if I'm creating an output range for 
> char[], will I need to implement a put(dchar) as well as a 
> put(char)?

Unfortunately, right now, yes. "put" doesn't know how to convert 
on the fly to the right type.

However, I have an open pull request so that anything that 
accepts some form of character, or character string, can be feed 
any form of character, or character stream.


More information about the Digitalmars-d-learn mailing list