hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

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`