|
|
|
|
|
by orangeduck
4978 days ago
|
|
This is correct. "Table" is a datatype which copies the values into the table, while "Dict" is a data type that holds references to the objects. The same semantics hold for "Array" and "List". Although not perfect this was probably the best way I could have designed such structures. There is some info in the header files as to how to use them. |
|