Hello, I'm having a problem, how can I create a List or Dictionary in D?

In C #, I can create a tuple list, example:

var musicList = new List <(string URL, string Artist, string Title, string Cover, string Duration)> ();

In Google did not find anything, tell me please how to get out of this situation?

Reply via email to