I'd like to be able to put `Table` in constants, but then I must be able to make sure they are not modified. I suggest we add a `freeze` method (or similar) for these types.
I'd like to be able to put
Tablein constants, but then I must be able to make sure they are not modified.I suggest we add a
freezemethod (or similar) for these types.