Merge branch 'MihailRis:main' into Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode

This commit is contained in:
Ygrik2003
2024-12-20 15:39:34 +03:00
committed by GitHub
9 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ function table.deep_copy(t)
end
end
return copied
return setmetatable(copied, getmetatable(t))
end
function table.count_pairs(t)