Discussion Thread: DIP 1036--Formatted String Tuple Literals--Community Review Round 1
claptrap
clap at trap.com
Sat Sep 12 09:27:22 UTC 2020
On Saturday, 12 September 2020 at 02:48:38 UTC, Adam D. Ruppe
wrote:
> On Friday, 11 September 2020 at 20:46:05 UTC, Paul Backus wrote:
>> This solves the issue of accidentally passing the wrong thing
>
> And processing an i"" is trivial; it is just either a string or
> a subclass of string (aka a struct with alias toString this)
> and you'd just use it like that.
>
> The t"" is more composable; it is the superior language
> feature. But I can live with a convenience compromise.
>
> So we'll see.
Thats a step in the right direction IMO.
More information about the Digitalmars-d
mailing list