Add shuffle() method to Array

This commit is contained in:
poke1024
2018-01-10 19:36:53 +01:00
parent a60896869e
commit 75d69fb4ec
4 changed files with 22 additions and 0 deletions

View File

@@ -296,6 +296,11 @@
[/codeblock]
</description>
</method>
<method name="shuffle">
<description>
Shuffle the array such that the items will have a random order.
</description>
</method>
</methods>
<constants>
</constants>