Specify description of Array.slices end parameter

This commit is contained in:
Johannes Witt 2021-09-05 21:49:28 +02:00
parent f3ab094133
commit 48a8a59ad7
No known key found for this signature in database
GPG Key ID: B988B760383F3A91

View File

@ -495,7 +495,7 @@
<argument index="2" name="step" type="int" default="1" /> <argument index="2" name="step" type="int" default="1" />
<argument index="3" name="deep" type="bool" default="false" /> <argument index="3" name="deep" type="bool" default="false" />
<description> <description>
Duplicates the subset described in the function and returns it in an array, deeply copying the array if [code]deep[/code] is [code]true[/code]. Lower and upper index are inclusive, with the [code]step[/code] describing the change between indices while slicing. Duplicates the subset described in the function and returns it in an array, deeply copying the array if [code]deep[/code] is [code]true[/code]. Lower and upper index are inclusive, with the [code]step[/code] describing the change between indices while slicing. If [code]end[/code] is an invalid value, the end of the array is used.
</description> </description>
</method> </method>
<method name="sort"> <method name="sort">