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
The default version of this is so common, would it be worth having a constant like
const NormalIID = IID()
Which can be used in places like the generate_latent method for HierarchicalNormal?
generate_latent
HierarchicalNormal
Originally posted by @SamuelBrand1 in #438 (comment)
The text was updated successfully, but these errors were encountered:
Yes. I'm abit agnostic, but I personally like const s for really commonly used objects. ymmv though.
Sorry, something went wrong.
No branches or pull requests
Which can be used in places like the
generate_latent
method forHierarchicalNormal
?Originally posted by @SamuelBrand1 in #438 (comment)
The text was updated successfully, but these errors were encountered: