prepend


Description:

public unowned ValueArray prepend (Value? value)

Insert a copy of value as first element of this.

If value is null, an uninitialized value is prepended.

Parameters:

this

ValueArray to add an element to

value

Value to copy into ValueArray, or null

Returns:

the ValueArray passed in as this