We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
Latest Vscode, Latest Master
---@generic V: string ---@param list V[] ---@return {[V]: true} util.list_to_map = function(list) local map = {} for k, value in pairs(list) do map[value] = true end return map end
bug.log
The text was updated successfully, but these errors were encountered:
This is caused by the current generic implementation defect, and the generic implementation needs to be refactored in the future.
Sorry, something went wrong.
No branches or pull requests
Latest Vscode, Latest Master
bug.log
The text was updated successfully, but these errors were encountered: