I'd like to use an array-like construction where i can
use strings as indicies. Example:
ThatTypeIWant<i ntstuff = new ThatTypeIWant<i nt>();
stuff["uno"] = 2;
stuff["duo"] = 1;
Does such type i want exist and what is its name?
--
Regards
Konrad Viltersten
use strings as indicies. Example:
ThatTypeIWant<i ntstuff = new ThatTypeIWant<i nt>();
stuff["uno"] = 2;
stuff["duo"] = 1;
Does such type i want exist and what is its name?
--
Regards
Konrad Viltersten
Comment