DIP 1027---String Interpolation---Format Assessment

Rainer Schuetze r.sagitario at gmx.de
Thu Feb 27 09:45:06 UTC 2020



On 27/02/2020 01:20, Walter Bright wrote:
> On 2/26/2020 3:13 AM, Petar Kirov [ZombineDev] wrote:
>> In all other languages with string interpolation that I'm familiar
>> with, `a` is not passed to the `i` parameter.
> 
> All rely on a garbage collected string being generated as an
> intermediate variable.

The string buffer could also be stack allocated or manually managed with
malloc/free by the string interpolation type.


More information about the Digitalmars-d-announce mailing list