remove


Description:

public unowned ValueArray remove (int index)

Remove the value at position index from this.

Parameters:

this

ValueArray to remove an element from

index

position of value to remove, which must be less than length

Returns:

the ValueArray passed in as this