string-int[] array

Dennis Ritchie via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Mar 8 11:05:31 PDT 2015


Is it possible to create such an array in which you can store 
strings and numbers at the same time?

string-int[] array = [4, "five"];


More information about the Digitalmars-d-learn mailing list