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
Tabled
Vec
[_; Self::LENGTH]
Just short idea came to me that we could switch to a constant vector. And everything will be fine.
The only question I've not investigated is. Is there ANY reason why we shall stick with Vec?
tabled/src/tabled.rs
Lines 10 to 21 in 27ba1ca
The text was updated successfully, but these errors were encountered:
Seems fine to do so.
Sorry, something went wrong.
Yet not possible cause rust-lang/rust#60551
No branches or pull requests
Just short idea came to me that we could switch to a constant vector.
And everything will be fine.
The only question I've not investigated is.
Is there ANY reason why we shall stick with
Vec
?tabled/src/tabled.rs
Lines 10 to 21 in 27ba1ca
The text was updated successfully, but these errors were encountered: