ArrayPrepend
Append a value to the start an array
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
modifiableArray
true
The array to prepend to
value
any
true
The value to prepend
Examples
Related
Last updated