@@ -629,6 +629,7 @@ void Sort();
void Sort(uint, uint);
void SortReverse();
void SortReverse(uint, uint);
+bool Swap(Array<T>&);
// Properties:
/* readonly */
@@ -3409,6 +3409,7 @@ Methods:
- void Sort(uint, uint)
- void SortReverse()
- void SortReverse(uint, uint)
+- bool Swap(T[]&)
Properties:
@@ -1 +1 @@
-0.1.94
+0.1.95