TableValue

Table contents of a Value

Constructors

this
this()

Create a new TableValue

Members

Functions

get
Value get(Value key)

Get a key

length
Value length()

Get the length of this value

rawget
Value* rawget(Value key)

Get a raw value

rawhas
bool rawhas(Value key)

Check if the table has a key

rawset
void rawset(Value key, Value val)

Set a raw value

set
void set(Value key, Value value)

Set a key

Variables

array
Value[] array;
Undocumented in source.
hash
HashTable hash;
Undocumented in source.
maxArrayIndex
ulong maxArrayIndex;
Undocumented in source.
metatable
TableValue metatable;

The metatable attached to this table

Meta