Rename Array.invert() to Array.reverse()
Does the same internally for List and Vector<>, which includes all PackedArray types.
This commit is contained in:
parent
07f076fa4f
commit
755c70b871
35 changed files with 57 additions and 57 deletions
|
|
@ -80,7 +80,7 @@
|
|||
Inserts a new element at a given position in the array. The position must be valid, or at the end of the array ([code]idx == size()[/code]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="invert">
|
||||
<method name="reverse">
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue