Tagged Questions
13
votes
4answers
291 views
Short syntax for accessing System`Utilities`HashTableAdd and System`Utilities`HashTableGet
I have a need for a struct analogue in Mathematica. After reading this post I came to the conclusion that System`Utilities`HashTable is one of the best options. But ...
52
votes
7answers
4k views
Struct equivalent in Mathematica?
I really miss having something like a struct in Mathematica. I know of (and regularly use) a couple of programming techniques which feel like a ...