Currently it is not possible to do the following in standard rust: ```rust let a = [vec![0, 1]; 5]; ``` Would having a macro in this library be a good idea?