string, char[], overloaded functions.

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Nov 1 05:33:04 PDT 2014


On Friday, 31 October 2014 at 23:59:54 UTC, dajones wrote:
> is there a better way than doing...
>
> cast(string)(buf~"hoo")
>
> to get it to pick the correct overload?

text(buf,"hoo")


More information about the Digitalmars-d-learn mailing list