Create a List or Dictionary.

Sunny yove at pm.me
Mon Jun 18 11:44:43 UTC 2018


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?


More information about the Digitalmars-d-learn mailing list