refact search

This commit is contained in:
Xertis
2025-01-19 12:53:32 +03:00
parent dc83e9b466
commit 6c3dd941ce
4 changed files with 81 additions and 37 deletions
+5
View File
@@ -52,6 +52,11 @@ table.shuffle(t: table) -> table
Перемешивает значения в таблице.
```lua
table.merge(t1: table, t2: table) -> table
```
Возвращает объединённую таблицу t1 с t2.
```lua
table.tostring(t: table) -> string