vTable vtable(string name) vzTable vtable(string name)
A vTable is just like a Table , except that the values can be anything, not just strings. The data is encode_value() 'ed before storage.
A vzTable is just like a vTable , except that the values are both encoded and then packed using Gz. Only available if Pike supports Gz.