pub type Table<V> = MapUnionHashMap<RowKey, V>;
A map from row keys to values in a table.
struct Table<V>(/* private fields */);