array-init icon indicating copy to clipboard operation
array-init copied to clipboard

Extend with functions to const initialize arrays

Open rusty-octopus opened this issue 3 years ago • 0 comments

This crate could add one or more functions which enable the initializing of arrays with const is possible. This means const init functions so that the arrays are initialized during compile time. Similar to what array-const-fn-init. Although this crate does already exist. array-init is more downloaded and adding this functionality could reach more people.

rusty-octopus avatar Jan 21 '22 21:01 rusty-octopus