DIP 1027---String Interpolation---Community Review Round 1
Sebastiaan Koppe
mail at skoppe.eu
Wed Dec 11 13:00:50 UTC 2019
On Wednesday, 11 December 2019 at 09:52:21 UTC, Mike Parker wrote:
> This is the feedback thread for the first round of Community
> Review for DIP 1027, "String Interpolation":
>
> https://github.com/dlang/DIPs/blob/148001a963f5d6e090bb6beef5caf9854372d0bc/DIPs/DIP1027.md
What happens in a template?
---
string str = "work";
template myTemplate(string str, Args...) {}
myTemplate!(i"will this %str as expected?");
---
How will the params be passed? Aliased?
More information about the Digitalmars-d
mailing list