- Found in:
- Scrab's PE
Description
Documentation Comment
Create a new array [push, arr[0], arr[1], ..., arr[N-1]]
Caveats
Parameters
int[]arr
intpush
Examples
Auto-Generated Example
int[] myIntArray__arr
int myInt__push
int[] returnedValue = SPE_Utility.PushFront_Int(myIntArray__arr, myInt__push)