bluss/maplit

Macro for slices of clone

Nokel81 opened this issue · 0 comments

Currently it is not possible to do the following in standard rust:

let a = [vec![0, 1]; 5];

Would having a macro in this library be a good idea?