Open oligamiq opened 1 month ago
When creating a vec, is it possible to use const fn so that the values can be prepared from the beginning?
Only in nightly Rust for now.
nightly
Do you plan to achieve an equivalent in stable using macros?
stable
When creating a vec, is it possible to use const fn so that the values can be prepared from the beginning?