Skip to content

Commit 05dcf3e

Browse files
authored
Update README.md
1 parent 395eccc commit 05dcf3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ ArrayList is using [quicksort](https://github.com/KeeVeeGames/quicksort.gml) pac
5252
+ [`clear()`](https://github.com/KeeVeeGames/ArrayList.gml/wiki/API-Reference#clear)
5353
+ [`is_empty()` 🠆 `bool`](https://github.com/KeeVeeGames/ArrayList.gml/wiki/API-Reference#is_empty--bool)
5454
+ [`sort(ascending)`](https://github.com/KeeVeeGames/ArrayList.gml/wiki/API-Reference#sortascending)
55+
+ [`swap(pos1, pos2)`](https://github.com/KeeVeeGames/ArrayList.gml/wiki/API-Reference#swappos1-pos2)
5556
+ [`shuffle()`](https://github.com/KeeVeeGames/ArrayList.gml/wiki/API-Reference#shuffle)
5657
+ [`reverse()`](https://github.com/KeeVeeGames/ArrayList.gml/wiki/API-Reference#reverse)
5758
+ [`copy(source)`](https://github.com/KeeVeeGames/ArrayList.gml/wiki/API-Reference#copysource)

0 commit comments

Comments
 (0)