var.append

void append(T)(T rhs) @safe

Append a value to the array. Converts Type.NULL to an empty array on first use.

Preconditions: The value must be Type.NULL or Type.ARRAY.