[][src]Crate velcro

Macros

vec

A more flexible vector initialization macro. velcro::vec! is a drop-in replacement for std's built-in vec! macro, but with extra functionality. In particular, it adds the .. spread operator, which can insert multiple elements at once, provided that the expression can be iterated over (i.e. it implements IntoIterator).