Update to 13.0-RC2

This commit is contained in:
dP
2023-02-03 15:05:53 +04:00
parent 59c991fa52
commit ebf0794b1c
157 changed files with 4980 additions and 3101 deletions

View File

@@ -61,6 +61,7 @@ public:
/**
* Check if an items is already included in the queue.
* @param item The item to check whether it's already in this queue.
* @return true if the items is already in the queue.
* @note Performance is O(n), use only when absolutely required.
*/