Nordlöw:

How can I make `join` variadic (by filling in njoin) in the following code?

When you have a D tuple (not Phobos tuple), and it contains values all of the same type, you can turn it into an array with just:

[mytuple]

Once you have an array of strings, you can use the normal phobos function to join the strings as you desire.

Bye,
bearophile

Reply via email to