Tile - Array - Shift – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Array shift to Ylands:Tile - Array - Shift: 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. | |||
*This instruction changes the length of original array. | --> | ||
== Shift(Array) == | |||
[[File:YlandsTile-195.png]] | |||
[[File:YlandsTile-195-rv.png]] | |||
<pre>shift(): T;</pre> | |||
=== Returns === | |||
'''any''' | |||
=== Description === | |||
The shift instruction '''removes''' the '''first object''' of an array. This instruction changes the length of original array. | |||
== Shift(Array) == | |||
[[File:YlandsTile-901.png]] | |||
<pre>shift(): T[];</pre> | |||
=== Returns === | |||
'''any[]''' | |||
=== Description === | |||
The shift instruction '''removes''' the '''first object''' of an array. | |||
=== Notes === | |||
* This instruction changes the length of original array. | |||
Line 9: | Line 40: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Shift(Array)
shift(): T;
Returns
any
Description
The shift instruction removes the first object of an array. This instruction changes the length of original array.
Shift(Array)
shift(): T[];
Returns
any[]
Description
The shift instruction removes the first object of an array.
Notes
- This instruction changes the length of original array.