Tile - Array - Concatenate – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Array concatenate to Ylands:Tile - Array - Concatenate: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Concatenate(Array, Array) == | |||
[[File:YlandsTile-517.png]] | |||
<pre>concat(...array2: T[][]): T[];</pre> | |||
=== Parameters === | |||
==== array2 ==== | |||
=== Returns === | |||
'''any[]''' | |||
=== Description === | |||
This instruction will '''merge''' selected '''arrays''' to a '''new array''' object. | |||
Line 7: | Line 25: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Concatenate(Array, Array)
concat(...array2: T[][]): T[];
Parameters
array2
Returns
any[]
Description
This instruction will merge selected arrays to a new array object.