We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unpack
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If we know enough information about the type passed into unpack, we could infer the unpacked values as a result. For example:
We know that both x and y are of type string based on the table passed in. It would be nice to have this as a feature :)
x
y
string
The text was updated successfully, but these errors were encountered:
meta: improve typing for unpack
ef82aa3
Fixes LuaLS#1353
526d929
Successfully merging a pull request may close this issue.
If we know enough information about the type passed into
unpack
, we could infer the unpacked values as a result. For example:We know that both
x
andy
are of typestring
based on the table passed in. It would be nice to have this as a feature :)The text was updated successfully, but these errors were encountered: