For example, how do I do it in compile time?:
int[][int][int] hash; hash[4][6] ~= [34, 65]; hash[5][7] ~= [4, 78, 21];
Dennis Ritchie via Digitalmars-d-learn Sun, 07 Jun 2015 05:35:43 -0700
For example, how do I do it in compile time?:
int[][int][int] hash; hash[4][6] ~= [34, 65]; hash[5][7] ~= [4, 78, 21];