insert


Description:

public unowned ValueArray insert (int index, Value? value)

Insert a copy of value at specified position into this.

If value is null, an uninitialized value is inserted.

Parameters:

this

ValueArray to add an element to

index

insertion position, must be <= length

value

Value to copy into ValueArray, or null

Returns:

the ValueArray passed in as this