On 10/22/2013 08:56 AM, Agustin wrote:
> On Tuesday, 22 October 2013 at 15:16:17 UTC, bearophile wrote:
>> John Colvin:
>>
>>> do you perhaps want to!string(id) ???
>>
>> Or:
>>
>> id.text
>>
>> Bye,
>> bearophile
>
>
> I like id.text better than to!string, thanks
Me too but the following looks nice too:
id.to!string
Ali