A Mird table has approximately the same characteristics as a Pike mapping. You store key:value pairs in it, you get values from keys, you delete keys.
For convinience, the Table object overloads `[](), `[]=(), _indices() and _values().
`[]()
`[]=()
_indices()
_values()