Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
array-prepend-array
Creates a new array consisting of `array` followed by `self`.
Parameter
Type
Description
self
[T]
Initial array
array
[T]
Array to be prepended
return
[T]
Array consisting of `array` and `self`