viva.collections.table

Undocumented in source.

Members

Enums

EntryValueType
enum EntryValueType

Enum of all entry value types

Structs

Entry
struct Entry

The Entry object holds the needed information about all table entries

EntryValue
struct EntryValue

Object for holding the entry value

HashTable
struct HashTable

A hash table associates a set of keys with a set of values. Each key/value pair is an entry in the table. Given a key, you can look up its corresponding value. You can add new key/value pairs and remove entries by key. If you add a new value for an existing key, it replaces the previous entry.

Meta