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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “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? Sign in to your account
There are currently two types of field, either constant or not.
When a variable is declared, it stores and propagate the field type, including the constant value.
The generic function checks uses the constant argument to instantiate the function.
We need to make sure the reassignment of a variable or struct field update the field type accordingly.
The text was updated successfully, but these errors were encountered:
The type of a struct field is updated when reassignment happens.
But it will still need to take care of the field variable and array variable.
Sorry, something went wrong.
katat
No branches or pull requests
There are currently two types of field, either constant or not.
When a variable is declared, it stores and propagate the field type, including the constant value.
The generic function checks uses the constant argument to instantiate the function.
We need to make sure the reassignment of a variable or struct field update the field type accordingly.
The text was updated successfully, but these errors were encountered: