maplit icon indicating copy to clipboard operation
maplit copied to clipboard

Macro for slices of clone

Open Nokel81 opened this issue 4 years ago • 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?

Nokel81 avatar Mar 12 '20 13:03 Nokel81