On Sunday, 8 March 2015 at 18:38:02 UTC, Dennis Ritchie wrote:

Thanks, will do.

No, will not work.

On Sunday, 8 March 2015 at 18:25:33 UTC, Baz wrote:

mmmh maybe off-topic, you probably don't what pairs but either a string representing an int or an int, do you ?
If so then an array of union ?

string-int[] array;
a = [5, "v", 4, "t", "a", "b", 7, 9, 10, 15, "example"];
writeln(a);     // [5, "v", 4, "t", "a", "b", 7, 9, 10, 15, "example"]

Reply via email to