Rename Array.invert() to Array.reverse()
Does the same internally for List and Vector<>, which includes all PackedArray types.
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
[b]Note:[/b] On large arrays, this method will be slower if the inserted element is close to the beginning of the array (index 0). This is because all elements placed after the newly inserted element have to be reindexed.
|
||||
</description>
|
||||
</method>
|
||||
<method name="invert">
|
||||
<method name="reverse">
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user