October 22, 2023 General » Re: String Interpolation | |||
|---|---|---|---|
| |||
...should be able to use an interpolation tuple as a string, but it's really... | |||
October 21, 2023 General » Re: String Interpolation | |||
|---|---|---|---|
| |||
...istring to a tuple 2. modify the tuple 3. convert the tuple to a string | |||
October 21, 2023 General » String Interpolation | |||
|---|---|---|---|
| |||
...return a fully interpolated string, not a tuple, not a template or anything. because the... | |||
October 21, 2023 General » Re: String Interpolation Compare - DIP1027 and YAIDIP | |||
|---|---|---|---|
| |||
...argument receives a string, and having the tuple solution if I want to optimize something. | |||
October 21, 2023 General » Re: String Interpolation Compare - DIP1027 and YAIDIP | |||
|---|---|---|---|
| |||
Can't you "expand" i"..." directly into format(..., ..., ...) instead of expanding in a tuple? | |||
October 21, 2023 General » Re: String Interpolation Compare - DIP1027 and YAIDIP | |||
|---|---|---|---|
| |||
...that's the whole thing, with a tuple-based solution, you have options in the... | |||
October 21, 2023 General » Re: String Interpolation Compare - DIP1027 and YAIDIP | |||
|---|---|---|---|
| |||
...to make a string from an interpolation tuple? ``` And of course we can clean up... | |||
October 20, 2023 General » String Interpolation Compare - DIP1027 and YAIDIP | |||
|---|---|---|---|
| |||
...11. generates a tuple that is self-evident 12. generates a tuple that can be... | |||
October 20, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...placeholders. In order to accept an interpolation tuple, I'd have to name a new... | |||
October 20, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...with 1027 the compiler parsed the interpolation tuple, and built a puzzle string for you... | |||
Copyright © 1999-2021 by the D Language Foundation