"like:..." <- > <@jamesmunns:beeper.com> like: > > ```rust > const ONE: YourType = YourType { ... }; > let arr: [YourType; 512] = [ONE; 512]; > ``` No overhead of size I hope. As under the hood compiler is trying to replace all the instances with const expression.