try_into()
[x; N] desugars to an array of N xs
.try_into().unwrap() since checking for sizr is trivial anyways
let big_array = Box::new([0; 1000000]);vec! does , because only being able to do smth like this thru a Vec or thru manual unsafe calls feels very weird