On Thursday, 18 June 2020 at 13:59:42 UTC, Steven Schveighoffer wrote: > age.to!string will allocate a temporary string just to throw it > away. text will not do that. > > -Steve Wouldn't it? https://github.com/dlang/phobos/blob/master/std/conv.d#L4193