Closed eggyal closed 2 years ago
Adds an analogue of the [expr; LENGTH] array initialiser to the arr! macro, i.e. arr![Type; expr; LENGTH]. Can be used in const contexts.
[expr; LENGTH]
arr!
arr![Type; expr; LENGTH]
Note that this implementation builds upon #129, which should be reviewed/merged before this.
Adds an analogue of the
[expr; LENGTH]
array initialiser to thearr!
macro, i.e.arr![Type; expr; LENGTH]
. Can be used in const contexts.Note that this implementation builds upon #129, which should be reviewed/merged before this.