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