ARRAY_PREPEND
Description
Inserts an element at the beginning of an array, returning a new array.
Parameters
- array:
array<T>- The input array - element:
T- The element to insert
Returns
array<T>- A new array with the element inserted at the beginning
