prepend


Description:

public void prepend (Value? value)

Prepend a value

Note that prepend is much slower than append, since all other values in the array must be moved.

Parameters:

value the value to write