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
@PDEF struct Test(string foo) { @PDEF string a = "hello"; @PDEF Choice choice = Choice.hippy; }
A pdef there doesn't work. But you can't declare it in the alias either. Eg alias TestA=@PDEF Test!"1"; alias TestB=@PDEF Test!"2";
So you can always wrap the types manually using PyD. But some doc/enhancement might be useful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@PDEF struct Test(string foo)
{
@PDEF string a = "hello";
@PDEF Choice choice = Choice.hippy;
}
A pdef there doesn't work. But you can't declare it in the alias either. Eg
alias TestA=@PDEF Test!"1";
alias TestB=@PDEF Test!"2";
So you can always wrap the types manually using PyD. But some doc/enhancement might be useful.
The text was updated successfully, but these errors were encountered: