October 20, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...makeHtmlFromTemplate!(tmp[0])(tmp[1..$]); The simple tuple approach could work in Zig - they have... | |||
October 20, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...tuple generated by DIP1027:
```
tuple("format %s %s sss", abc, 73)
```
and with YAIDIP:
```
tuple... | |||
October 19, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...a string" fast"this creates a fast tuple for meta-programming" Even though the user... | |||
October 19, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...walter's proposal expands it to a tuple if I understand it correctly: https://github... | |||
October 19, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...that string will be expanded into a tuple that could mess up the call to... | |||
October 19, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...processed the same as any other `T...` tuple in D. The strings are not the... | |||
October 17, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...had discussed previously. It brings type safety, tuple compatibility, CTFE *and* runtime flexibility, user extensibility... | |||
October 16, 2023 Learn » protobuf error: Tag value out of range | |||
|---|---|---|---|
| |||
...safe std.typecons.Tuple!(uint, "tag", google.protobuf.internal.WireType, "wireType").Tuple google.protobuf.internal... | |||
October 08, 2023 Learn » Re: how to assign multiple variables at once by unpacking array? | |||
|---|---|---|---|
| |||
...do currently have is Tuple and tuple in std.typecons. Tuple allows you to create... | |||
October 07, 2023 Learn » Re: how to assign multiple variables at once by unpacking array? | |||
|---|---|---|---|
| |||
Tuple DIP in question: https://github.com/tgehr/DIPs/blob/tuple-syntax/DIPs/DIP1xxx-tg... | |||
Copyright © 1999-2021 by the D Language Foundation