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
rust-lang/rust#72437
const if, const loop가 stabilize되면 https://docs.rs/smallvec/1.4.1/smallvec/ 같은 자료구조를 직접 만들거나 const expression을 제공하는 것을 찾아서 컴파일타임에 정해지도록 할 수 있을 듯
The text was updated successfully, but these errors were encountered:
https://docs.rs/smallvec/1.5.0/smallvec/index.html#const_generics smallvec에서 이미 구현 제공 중. const_generic을 통해서 완전한 지원만 하려는 듯. 이걸 기다리려면 const_generic이 stabilize되길 기다려야함
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
rust-lang/rust#72437
const if, const loop가 stabilize되면 https://docs.rs/smallvec/1.4.1/smallvec/ 같은 자료구조를 직접 만들거나 const expression을 제공하는 것을 찾아서 컴파일타임에 정해지도록 할 수 있을 듯
The text was updated successfully, but these errors were encountered: