Prepend
Prepend( elems, base )
Prepend( elems, base )
Prepend( elems, base )
Prepend( elems, base )
prepend( elems, base )
Prepend( elems, base )
Examples
A new array containing the elems
array values, (1, 2, 3), followed by
the array
values, (4, 5, 6):
Arr(LongV(1), LongV(2), LongV(3), LongV(4), LongV(5), LongV(6))
[1 2 3 4 5 6]
[1, 2, 3, 4, 5, 6]
[ 1, 2, 3, 4, 5, 6 ]
[1, 2, 3, 4, 5, 6]
[ 1, 2, 3, 4, 5, 6 ]
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!