<div dir="ltr">wow I did not know that. <div>P.S. ** should be ^^ right?</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 6, 2018 at 3:55 AM Adam D. Ruppe via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thursday, 6 December 2018 at 02:14:12 UTC, Neia Neutuladh <br>
wrote:<br>
> However, that would also force druntime to include formatting <br>
> code that it currently lacks.<br>
<br>
Not necessarily. There is precedent in the language for a <br>
built-in feature actually lowering to a Phobos call: the ** <br>
operator is translated to std.math.pow.<br>
<br>
The interpolate thing could very well be translated to a call to <br>
std.conv.text.<br>
</blockquote></div>